intersight.FabricSpanSession
Explore with Pulumi AI
Configures an Ethernet SPAN session per Fabric Interconnect.
Create FabricSpanSession Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FabricSpanSession(name: string, args?: FabricSpanSessionArgs, opts?: CustomResourceOptions);@overload
def FabricSpanSession(resource_name: str,
                      args: Optional[FabricSpanSessionArgs] = None,
                      opts: Optional[ResourceOptions] = None)
@overload
def FabricSpanSession(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      account_moid: Optional[str] = None,
                      additional_properties: Optional[str] = None,
                      admin_state: Optional[str] = None,
                      ancestors: Optional[Sequence[FabricSpanSessionAncestorArgs]] = None,
                      class_id: Optional[str] = None,
                      config_state: Optional[str] = None,
                      create_time: Optional[str] = None,
                      dest_ports: Optional[Sequence[FabricSpanSessionDestPortArgs]] = None,
                      domain_group_moid: Optional[str] = None,
                      fabric_span_session_id: Optional[str] = None,
                      mod_time: Optional[str] = None,
                      moid: Optional[str] = None,
                      name: Optional[str] = None,
                      network_elements: Optional[Sequence[FabricSpanSessionNetworkElementArgs]] = None,
                      object_type: Optional[str] = None,
                      oper_state: Optional[str] = None,
                      oper_state_reason: Optional[str] = None,
                      owners: Optional[Sequence[str]] = None,
                      parents: Optional[Sequence[FabricSpanSessionParentArgs]] = None,
                      permission_resources: Optional[Sequence[FabricSpanSessionPermissionResourceArgs]] = None,
                      session_id: Optional[float] = None,
                      shared_scope: Optional[str] = None,
                      source_count: Optional[float] = None,
                      source_port_channels: Optional[Sequence[FabricSpanSessionSourcePortChannelArgs]] = None,
                      source_ports: Optional[Sequence[FabricSpanSessionSourcePortArgs]] = None,
                      source_virtual_ifs: Optional[Sequence[FabricSpanSessionSourceVirtualIfArgs]] = None,
                      source_vlans: Optional[Sequence[FabricSpanSessionSourceVlanArgs]] = None,
                      span_control_packets: Optional[str] = None,
                      switch_id: Optional[str] = None,
                      tags: Optional[Sequence[FabricSpanSessionTagArgs]] = None,
                      version_contexts: Optional[Sequence[FabricSpanSessionVersionContextArgs]] = None)func NewFabricSpanSession(ctx *Context, name string, args *FabricSpanSessionArgs, opts ...ResourceOption) (*FabricSpanSession, error)public FabricSpanSession(string name, FabricSpanSessionArgs? args = null, CustomResourceOptions? opts = null)
public FabricSpanSession(String name, FabricSpanSessionArgs args)
public FabricSpanSession(String name, FabricSpanSessionArgs args, CustomResourceOptions options)
type: intersight:FabricSpanSession
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var fabricSpanSessionResource = new Intersight.FabricSpanSession("fabricSpanSessionResource", new()
{
    AccountMoid = "string",
    AdditionalProperties = "string",
    AdminState = "string",
    Ancestors = new[]
    {
        new Intersight.Inputs.FabricSpanSessionAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ClassId = "string",
    ConfigState = "string",
    CreateTime = "string",
    DestPorts = new[]
    {
        new Intersight.Inputs.FabricSpanSessionDestPortArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    DomainGroupMoid = "string",
    FabricSpanSessionId = "string",
    ModTime = "string",
    Moid = "string",
    Name = "string",
    NetworkElements = new[]
    {
        new Intersight.Inputs.FabricSpanSessionNetworkElementArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ObjectType = "string",
    OperState = "string",
    OperStateReason = "string",
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.FabricSpanSessionParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PermissionResources = new[]
    {
        new Intersight.Inputs.FabricSpanSessionPermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SessionId = 0,
    SharedScope = "string",
    SourceCount = 0,
    SourcePortChannels = new[]
    {
        new Intersight.Inputs.FabricSpanSessionSourcePortChannelArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SourcePorts = new[]
    {
        new Intersight.Inputs.FabricSpanSessionSourcePortArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SourceVirtualIfs = new[]
    {
        new Intersight.Inputs.FabricSpanSessionSourceVirtualIfArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SourceVlans = new[]
    {
        new Intersight.Inputs.FabricSpanSessionSourceVlanArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SpanControlPackets = "string",
    SwitchId = "string",
    Tags = new[]
    {
        new Intersight.Inputs.FabricSpanSessionTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    VersionContexts = new[]
    {
        new Intersight.Inputs.FabricSpanSessionVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.FabricSpanSessionVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.FabricSpanSessionVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
});
example, err := intersight.NewFabricSpanSession(ctx, "fabricSpanSessionResource", &intersight.FabricSpanSessionArgs{
	AccountMoid:          pulumi.String("string"),
	AdditionalProperties: pulumi.String("string"),
	AdminState:           pulumi.String("string"),
	Ancestors: intersight.FabricSpanSessionAncestorArray{
		&intersight.FabricSpanSessionAncestorArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ClassId:     pulumi.String("string"),
	ConfigState: pulumi.String("string"),
	CreateTime:  pulumi.String("string"),
	DestPorts: intersight.FabricSpanSessionDestPortArray{
		&intersight.FabricSpanSessionDestPortArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	DomainGroupMoid:     pulumi.String("string"),
	FabricSpanSessionId: pulumi.String("string"),
	ModTime:             pulumi.String("string"),
	Moid:                pulumi.String("string"),
	Name:                pulumi.String("string"),
	NetworkElements: intersight.FabricSpanSessionNetworkElementArray{
		&intersight.FabricSpanSessionNetworkElementArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ObjectType:      pulumi.String("string"),
	OperState:       pulumi.String("string"),
	OperStateReason: pulumi.String("string"),
	Owners: pulumi.StringArray{
		pulumi.String("string"),
	},
	Parents: intersight.FabricSpanSessionParentArray{
		&intersight.FabricSpanSessionParentArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PermissionResources: intersight.FabricSpanSessionPermissionResourceArray{
		&intersight.FabricSpanSessionPermissionResourceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SessionId:   pulumi.Float64(0),
	SharedScope: pulumi.String("string"),
	SourceCount: pulumi.Float64(0),
	SourcePortChannels: intersight.FabricSpanSessionSourcePortChannelArray{
		&intersight.FabricSpanSessionSourcePortChannelArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SourcePorts: intersight.FabricSpanSessionSourcePortArray{
		&intersight.FabricSpanSessionSourcePortArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SourceVirtualIfs: intersight.FabricSpanSessionSourceVirtualIfArray{
		&intersight.FabricSpanSessionSourceVirtualIfArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SourceVlans: intersight.FabricSpanSessionSourceVlanArray{
		&intersight.FabricSpanSessionSourceVlanArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SpanControlPackets: pulumi.String("string"),
	SwitchId:           pulumi.String("string"),
	Tags: intersight.FabricSpanSessionTagArray{
		&intersight.FabricSpanSessionTagArgs{
			AdditionalProperties: pulumi.String("string"),
			Key:                  pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	VersionContexts: intersight.FabricSpanSessionVersionContextArray{
		&intersight.FabricSpanSessionVersionContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			InterestedMos: intersight.FabricSpanSessionVersionContextInterestedMoArray{
				&intersight.FabricSpanSessionVersionContextInterestedMoArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			MarkedForDeletion: pulumi.Bool(false),
			NrVersion:         pulumi.String("string"),
			ObjectType:        pulumi.String("string"),
			RefMos: intersight.FabricSpanSessionVersionContextRefMoArray{
				&intersight.FabricSpanSessionVersionContextRefMoArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			Timestamp:   pulumi.String("string"),
			VersionType: pulumi.String("string"),
		},
	},
})
var fabricSpanSessionResource = new FabricSpanSession("fabricSpanSessionResource", FabricSpanSessionArgs.builder()
    .accountMoid("string")
    .additionalProperties("string")
    .adminState("string")
    .ancestors(FabricSpanSessionAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .classId("string")
    .configState("string")
    .createTime("string")
    .destPorts(FabricSpanSessionDestPortArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .domainGroupMoid("string")
    .fabricSpanSessionId("string")
    .modTime("string")
    .moid("string")
    .name("string")
    .networkElements(FabricSpanSessionNetworkElementArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .objectType("string")
    .operState("string")
    .operStateReason("string")
    .owners("string")
    .parents(FabricSpanSessionParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .permissionResources(FabricSpanSessionPermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sessionId(0.0)
    .sharedScope("string")
    .sourceCount(0.0)
    .sourcePortChannels(FabricSpanSessionSourcePortChannelArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sourcePorts(FabricSpanSessionSourcePortArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sourceVirtualIfs(FabricSpanSessionSourceVirtualIfArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sourceVlans(FabricSpanSessionSourceVlanArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .spanControlPackets("string")
    .switchId("string")
    .tags(FabricSpanSessionTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .versionContexts(FabricSpanSessionVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(FabricSpanSessionVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(FabricSpanSessionVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .build());
fabric_span_session_resource = intersight.FabricSpanSession("fabricSpanSessionResource",
    account_moid="string",
    additional_properties="string",
    admin_state="string",
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    class_id="string",
    config_state="string",
    create_time="string",
    dest_ports=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    domain_group_moid="string",
    fabric_span_session_id="string",
    mod_time="string",
    moid="string",
    name="string",
    network_elements=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    object_type="string",
    oper_state="string",
    oper_state_reason="string",
    owners=["string"],
    parents=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    permission_resources=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    session_id=0,
    shared_scope="string",
    source_count=0,
    source_port_channels=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    source_ports=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    source_virtual_ifs=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    source_vlans=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    span_control_packets="string",
    switch_id="string",
    tags=[{
        "additional_properties": "string",
        "key": "string",
        "value": "string",
    }],
    version_contexts=[{
        "additional_properties": "string",
        "class_id": "string",
        "interested_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "marked_for_deletion": False,
        "nr_version": "string",
        "object_type": "string",
        "ref_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "timestamp": "string",
        "version_type": "string",
    }])
const fabricSpanSessionResource = new intersight.FabricSpanSession("fabricSpanSessionResource", {
    accountMoid: "string",
    additionalProperties: "string",
    adminState: "string",
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    classId: "string",
    configState: "string",
    createTime: "string",
    destPorts: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    domainGroupMoid: "string",
    fabricSpanSessionId: "string",
    modTime: "string",
    moid: "string",
    name: "string",
    networkElements: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    objectType: "string",
    operState: "string",
    operStateReason: "string",
    owners: ["string"],
    parents: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    permissionResources: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sessionId: 0,
    sharedScope: "string",
    sourceCount: 0,
    sourcePortChannels: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sourcePorts: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sourceVirtualIfs: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sourceVlans: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    spanControlPackets: "string",
    switchId: "string",
    tags: [{
        additionalProperties: "string",
        key: "string",
        value: "string",
    }],
    versionContexts: [{
        additionalProperties: "string",
        classId: "string",
        interestedMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        markedForDeletion: false,
        nrVersion: "string",
        objectType: "string",
        refMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        timestamp: "string",
        versionType: "string",
    }],
});
type: intersight:FabricSpanSession
properties:
    accountMoid: string
    additionalProperties: string
    adminState: string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    classId: string
    configState: string
    createTime: string
    destPorts:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    domainGroupMoid: string
    fabricSpanSessionId: string
    modTime: string
    moid: string
    name: string
    networkElements:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    objectType: string
    operState: string
    operStateReason: string
    owners:
        - string
    parents:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    permissionResources:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sessionId: 0
    sharedScope: string
    sourceCount: 0
    sourcePortChannels:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sourcePorts:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sourceVirtualIfs:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sourceVlans:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    spanControlPackets: string
    switchId: string
    tags:
        - additionalProperties: string
          key: string
          value: string
    versionContexts:
        - additionalProperties: string
          classId: string
          interestedMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          markedForDeletion: false
          nrVersion: string
          objectType: string
          refMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          timestamp: string
          versionType: string
FabricSpanSession Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FabricSpanSession resource accepts the following input properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
List<FabricSpan Session Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ConfigState string
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DestPorts List<FabricSpan Session Dest Port> 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- FabricSpan stringSession Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElements List<FabricSpan Session Network Element> 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<FabricSpan Session Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources List<FabricSpan Session Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SessionId double
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SourceCount double
- (ReadOnly) Count of total number of sources in the SPAN session.
- SourcePort List<FabricChannels Span Session Source Port Channel> 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- SourcePorts List<FabricSpan Session Source Port> 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- SourceVirtual List<FabricIfs Span Session Source Virtual If> 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- SourceVlans List<FabricSpan Session Source Vlan> 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<FabricSpan Session Tag> 
- This complex property has following sub-properties:
- VersionContexts List<FabricSpan Session Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
[]FabricSpan Session Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ConfigState string
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DestPorts []FabricSpan Session Dest Port Args 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- FabricSpan stringSession Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElements []FabricSpan Session Network Element Args 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]FabricSpan Session Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources []FabricSpan Session Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SessionId float64
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SourceCount float64
- (ReadOnly) Count of total number of sources in the SPAN session.
- SourcePort []FabricChannels Span Session Source Port Channel Args 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- SourcePorts []FabricSpan Session Source Port Args 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- SourceVirtual []FabricIfs Span Session Source Virtual If Args 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- SourceVlans []FabricSpan Session Source Vlan Args 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
[]FabricSpan Session Tag Args 
- This complex property has following sub-properties:
- VersionContexts []FabricSpan Session Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
List<FabricSpan Session Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- configState String
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- (ReadOnly) The time when this managed object was created.
- destPorts List<FabricSpan Session Dest Port> 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabricSpan StringSession Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements List<FabricSpan Session Network Element> 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<FabricSpan Session Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<FabricSpan Session Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- sessionId Double
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sourceCount Double
- (ReadOnly) Count of total number of sources in the SPAN session.
- sourcePort List<FabricChannels Span Session Source Port Channel> 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- sourcePorts List<FabricSpan Session Source Port> 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- sourceVirtual List<FabricIfs Span Session Source Virtual If> 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- sourceVlans List<FabricSpan Session Source Vlan> 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<FabricSpan Session Tag> 
- This complex property has following sub-properties:
- versionContexts List<FabricSpan Session Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- adminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
FabricSpan Session Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- configState string
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime string
- (ReadOnly) The time when this managed object was created.
- destPorts FabricSpan Session Dest Port[] 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabricSpan stringSession Id 
- modTime string
- (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements FabricSpan Session Network Element[] 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState string
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState stringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
FabricSpan Session Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources FabricSpan Session Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- sessionId number
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sourceCount number
- (ReadOnly) Count of total number of sources in the SPAN session.
- sourcePort FabricChannels Span Session Source Port Channel[] 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- sourcePorts FabricSpan Session Source Port[] 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- sourceVirtual FabricIfs Span Session Source Virtual If[] 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- sourceVlans FabricSpan Session Source Vlan[] 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- spanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId string
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
FabricSpan Session Tag[] 
- This complex property has following sub-properties:
- versionContexts FabricSpan Session Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- admin_state str
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
Sequence[FabricSpan Session Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config_state str
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- create_time str
- (ReadOnly) The time when this managed object was created.
- dest_ports Sequence[FabricSpan Session Dest Port Args] 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabric_span_ strsession_ id 
- mod_time str
- (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- network_elements Sequence[FabricSpan Session Network Element Args] 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_state str
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- oper_state_ strreason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[FabricSpan Session Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_resources Sequence[FabricSpan Session Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session_id float
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source_count float
- (ReadOnly) Count of total number of sources in the SPAN session.
- source_port_ Sequence[Fabricchannels Span Session Source Port Channel Args] 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source_ports Sequence[FabricSpan Session Source Port Args] 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source_virtual_ Sequence[Fabricifs Span Session Source Virtual If Args] 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source_vlans Sequence[FabricSpan Session Source Vlan Args] 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span_control_ strpackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switch_id str
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
Sequence[FabricSpan Session Tag Args] 
- This complex property has following sub-properties:
- version_contexts Sequence[FabricSpan Session Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- configState String
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- (ReadOnly) The time when this managed object was created.
- destPorts List<Property Map>
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabricSpan StringSession Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements List<Property Map>
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- sessionId Number
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sourceCount Number
- (ReadOnly) Count of total number of sources in the SPAN session.
- sourcePort List<Property Map>Channels 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- sourcePorts List<Property Map>
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- sourceVirtual List<Property Map>Ifs 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- sourceVlans List<Property Map>
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- List<Property Map>
- This complex property has following sub-properties:
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the FabricSpanSession resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing FabricSpanSession Resource
Get an existing FabricSpanSession resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FabricSpanSessionState, opts?: CustomResourceOptions): FabricSpanSession@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_moid: Optional[str] = None,
        additional_properties: Optional[str] = None,
        admin_state: Optional[str] = None,
        ancestors: Optional[Sequence[FabricSpanSessionAncestorArgs]] = None,
        class_id: Optional[str] = None,
        config_state: Optional[str] = None,
        create_time: Optional[str] = None,
        dest_ports: Optional[Sequence[FabricSpanSessionDestPortArgs]] = None,
        domain_group_moid: Optional[str] = None,
        fabric_span_session_id: Optional[str] = None,
        mod_time: Optional[str] = None,
        moid: Optional[str] = None,
        name: Optional[str] = None,
        network_elements: Optional[Sequence[FabricSpanSessionNetworkElementArgs]] = None,
        object_type: Optional[str] = None,
        oper_state: Optional[str] = None,
        oper_state_reason: Optional[str] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[FabricSpanSessionParentArgs]] = None,
        permission_resources: Optional[Sequence[FabricSpanSessionPermissionResourceArgs]] = None,
        session_id: Optional[float] = None,
        shared_scope: Optional[str] = None,
        source_count: Optional[float] = None,
        source_port_channels: Optional[Sequence[FabricSpanSessionSourcePortChannelArgs]] = None,
        source_ports: Optional[Sequence[FabricSpanSessionSourcePortArgs]] = None,
        source_virtual_ifs: Optional[Sequence[FabricSpanSessionSourceVirtualIfArgs]] = None,
        source_vlans: Optional[Sequence[FabricSpanSessionSourceVlanArgs]] = None,
        span_control_packets: Optional[str] = None,
        switch_id: Optional[str] = None,
        tags: Optional[Sequence[FabricSpanSessionTagArgs]] = None,
        version_contexts: Optional[Sequence[FabricSpanSessionVersionContextArgs]] = None) -> FabricSpanSessionfunc GetFabricSpanSession(ctx *Context, name string, id IDInput, state *FabricSpanSessionState, opts ...ResourceOption) (*FabricSpanSession, error)public static FabricSpanSession Get(string name, Input<string> id, FabricSpanSessionState? state, CustomResourceOptions? opts = null)public static FabricSpanSession get(String name, Output<String> id, FabricSpanSessionState state, CustomResourceOptions options)resources:  _:    type: intersight:FabricSpanSession    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
List<FabricSpan Session Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ConfigState string
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DestPorts List<FabricSpan Session Dest Port> 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- FabricSpan stringSession Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElements List<FabricSpan Session Network Element> 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<FabricSpan Session Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources List<FabricSpan Session Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SessionId double
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SourceCount double
- (ReadOnly) Count of total number of sources in the SPAN session.
- SourcePort List<FabricChannels Span Session Source Port Channel> 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- SourcePorts List<FabricSpan Session Source Port> 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- SourceVirtual List<FabricIfs Span Session Source Virtual If> 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- SourceVlans List<FabricSpan Session Source Vlan> 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<FabricSpan Session Tag> 
- This complex property has following sub-properties:
- VersionContexts List<FabricSpan Session Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
[]FabricSpan Session Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ConfigState string
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DestPorts []FabricSpan Session Dest Port Args 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- FabricSpan stringSession Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElements []FabricSpan Session Network Element Args 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]FabricSpan Session Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources []FabricSpan Session Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- SessionId float64
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SourceCount float64
- (ReadOnly) Count of total number of sources in the SPAN session.
- SourcePort []FabricChannels Span Session Source Port Channel Args 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- SourcePorts []FabricSpan Session Source Port Args 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- SourceVirtual []FabricIfs Span Session Source Virtual If Args 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- SourceVlans []FabricSpan Session Source Vlan Args 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
[]FabricSpan Session Tag Args 
- This complex property has following sub-properties:
- VersionContexts []FabricSpan Session Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
List<FabricSpan Session Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- configState String
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- (ReadOnly) The time when this managed object was created.
- destPorts List<FabricSpan Session Dest Port> 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabricSpan StringSession Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements List<FabricSpan Session Network Element> 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<FabricSpan Session Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<FabricSpan Session Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- sessionId Double
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sourceCount Double
- (ReadOnly) Count of total number of sources in the SPAN session.
- sourcePort List<FabricChannels Span Session Source Port Channel> 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- sourcePorts List<FabricSpan Session Source Port> 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- sourceVirtual List<FabricIfs Span Session Source Virtual If> 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- sourceVlans List<FabricSpan Session Source Vlan> 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<FabricSpan Session Tag> 
- This complex property has following sub-properties:
- versionContexts List<FabricSpan Session Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- adminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
FabricSpan Session Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- configState string
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime string
- (ReadOnly) The time when this managed object was created.
- destPorts FabricSpan Session Dest Port[] 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabricSpan stringSession Id 
- modTime string
- (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements FabricSpan Session Network Element[] 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState string
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState stringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
FabricSpan Session Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources FabricSpan Session Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- sessionId number
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sourceCount number
- (ReadOnly) Count of total number of sources in the SPAN session.
- sourcePort FabricChannels Span Session Source Port Channel[] 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- sourcePorts FabricSpan Session Source Port[] 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- sourceVirtual FabricIfs Span Session Source Virtual If[] 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- sourceVlans FabricSpan Session Source Vlan[] 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- spanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId string
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
FabricSpan Session Tag[] 
- This complex property has following sub-properties:
- versionContexts FabricSpan Session Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- admin_state str
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
Sequence[FabricSpan Session Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config_state str
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- create_time str
- (ReadOnly) The time when this managed object was created.
- dest_ports Sequence[FabricSpan Session Dest Port Args] 
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabric_span_ strsession_ id 
- mod_time str
- (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- network_elements Sequence[FabricSpan Session Network Element Args] 
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_state str
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- oper_state_ strreason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[FabricSpan Session Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_resources Sequence[FabricSpan Session Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session_id float
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source_count float
- (ReadOnly) Count of total number of sources in the SPAN session.
- source_port_ Sequence[Fabricchannels Span Session Source Port Channel Args] 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source_ports Sequence[FabricSpan Session Source Port Args] 
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source_virtual_ Sequence[Fabricifs Span Session Source Virtual If Args] 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source_vlans Sequence[FabricSpan Session Source Vlan Args] 
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span_control_ strpackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switch_id str
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
Sequence[FabricSpan Session Tag Args] 
- This complex property has following sub-properties:
- version_contexts Sequence[FabricSpan Session Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- configState String
- (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- (ReadOnly) The time when this managed object was created.
- destPorts List<Property Map>
- An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- fabricSpan StringSession Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements List<Property Map>
- A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- (ReadOnly) Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- (ReadOnly) Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- sessionId Number
- (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sourceCount Number
- (ReadOnly) Count of total number of sources in the SPAN session.
- sourcePort List<Property Map>Channels 
- An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- sourcePorts List<Property Map>
- An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- sourceVirtual List<Property Map>Ifs 
- An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- sourceVlans List<Property Map>
- An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- (ReadOnly) Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- List<Property Map>
- This complex property has following sub-properties:
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
FabricSpanSessionAncestor, FabricSpanSessionAncestorArgs        
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionDestPort, FabricSpanSessionDestPortArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionNetworkElement, FabricSpanSessionNetworkElementArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionParent, FabricSpanSessionParentArgs        
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionPermissionResource, FabricSpanSessionPermissionResourceArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionSourcePort, FabricSpanSessionSourcePortArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionSourcePortChannel, FabricSpanSessionSourcePortChannelArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionSourceVirtualIf, FabricSpanSessionSourceVirtualIfArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionSourceVlan, FabricSpanSessionSourceVlanArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionTag, FabricSpanSessionTagArgs        
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
FabricSpanSessionVersionContext, FabricSpanSessionVersionContextArgs          
- AdditionalProperties string
- ClassId string
- InterestedMos List<FabricSpan Session Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos List<FabricSpan Session Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- AdditionalProperties string
- ClassId string
- InterestedMos []FabricSpan Session Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos []FabricSpan Session Version Context Ref Mo 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- classId String
- interestedMos List<FabricSpan Session Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<FabricSpan Session Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties string
- classId string
- interestedMos FabricSpan Session Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor booleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos FabricSpan Session Version Context Ref Mo[] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- versionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_properties str
- class_id str
- interested_mos Sequence[FabricSpan Session Version Context Interested Mo] 
- This complex property has following sub-properties:
- marked_for_ booldeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_mos Sequence[FabricSpan Session Version Context Ref Mo] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_type str
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<Property Map>
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
FabricSpanSessionVersionContextInterestedMo, FabricSpanSessionVersionContextInterestedMoArgs              
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FabricSpanSessionVersionContextRefMo, FabricSpanSessionVersionContextRefMoArgs              
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_fabric_span_session can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/fabricSpanSession:FabricSpanSession example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.