1. Packages
  2. Intersight Provider
  3. API Docs
  4. FabricSpanSession
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.FabricSpanSession

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    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)
        .sharedScope("string")
        .sourceCount(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<FabricSpanSessionAncestor>
    (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<FabricSpanSessionDestPort>
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricSpanSessionId string
    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<FabricSpanSessionNetworkElement>
    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.
    OperStateReason string
    (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<FabricSpanSessionParent>
    (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<FabricSpanSessionPermissionResource>
    (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.
    SharedScope 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.
    SourcePortChannels List<FabricSpanSessionSourcePortChannel>
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    SourcePorts List<FabricSpanSessionSourcePort>
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    SourceVirtualIfs List<FabricSpanSessionSourceVirtualIf>
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    SourceVlans List<FabricSpanSessionSourceVlan>
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    SpanControlPackets string
    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.
    Tags List<FabricSpanSessionTag>
    This complex property has following sub-properties:
    VersionContexts List<FabricSpanSessionVersionContext>
    (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 []FabricSpanSessionAncestorArgs
    (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 []FabricSpanSessionDestPortArgs
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricSpanSessionId string
    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 []FabricSpanSessionNetworkElementArgs
    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.
    OperStateReason string
    (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 []FabricSpanSessionParentArgs
    (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 []FabricSpanSessionPermissionResourceArgs
    (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.
    SharedScope 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.
    SourcePortChannels []FabricSpanSessionSourcePortChannelArgs
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    SourcePorts []FabricSpanSessionSourcePortArgs
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    SourceVirtualIfs []FabricSpanSessionSourceVirtualIfArgs
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    SourceVlans []FabricSpanSessionSourceVlanArgs
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    SpanControlPackets string
    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.
    Tags []FabricSpanSessionTagArgs
    This complex property has following sub-properties:
    VersionContexts []FabricSpanSessionVersionContextArgs
    (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<FabricSpanSessionAncestor>
    (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<FabricSpanSessionDestPort>
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricSpanSessionId String
    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<FabricSpanSessionNetworkElement>
    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.
    operStateReason String
    (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<FabricSpanSessionParent>
    (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<FabricSpanSessionPermissionResource>
    (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.
    sharedScope 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.
    sourcePortChannels List<FabricSpanSessionSourcePortChannel>
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    sourcePorts List<FabricSpanSessionSourcePort>
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    sourceVirtualIfs List<FabricSpanSessionSourceVirtualIf>
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    sourceVlans List<FabricSpanSessionSourceVlan>
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    spanControlPackets String
    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.
    tags List<FabricSpanSessionTag>
    This complex property has following sub-properties:
    versionContexts List<FabricSpanSessionVersionContext>
    (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 FabricSpanSessionAncestor[]
    (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 FabricSpanSessionDestPort[]
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricSpanSessionId string
    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 FabricSpanSessionNetworkElement[]
    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.
    operStateReason string
    (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 FabricSpanSessionParent[]
    (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 FabricSpanSessionPermissionResource[]
    (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.
    sharedScope 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.
    sourcePortChannels FabricSpanSessionSourcePortChannel[]
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    sourcePorts FabricSpanSessionSourcePort[]
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    sourceVirtualIfs FabricSpanSessionSourceVirtualIf[]
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    sourceVlans FabricSpanSessionSourceVlan[]
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    spanControlPackets string
    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.
    tags FabricSpanSessionTag[]
    This complex property has following sub-properties:
    versionContexts FabricSpanSessionVersionContext[]
    (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[FabricSpanSessionAncestorArgs]
    (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[FabricSpanSessionDestPortArgs]
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    fabric_span_session_id str
    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[FabricSpanSessionNetworkElementArgs]
    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_reason str
    (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[FabricSpanSessionParentArgs]
    (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[FabricSpanSessionPermissionResourceArgs]
    (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.
    shared_scope 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_channels Sequence[FabricSpanSessionSourcePortChannelArgs]
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    source_ports Sequence[FabricSpanSessionSourcePortArgs]
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    source_virtual_ifs Sequence[FabricSpanSessionSourceVirtualIfArgs]
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    source_vlans Sequence[FabricSpanSessionSourceVlanArgs]
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    span_control_packets str
    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.
    tags Sequence[FabricSpanSessionTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[FabricSpanSessionVersionContextArgs]
    (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:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricSpanSessionId String
    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.
    operStateReason String
    (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.
    sharedScope 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.
    sourcePortChannels List<Property Map>
    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:
    sourceVirtualIfs List<Property Map>
    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:
    spanControlPackets String
    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.
    tags 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) -> FabricSpanSession
    func 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.
    The following state arguments are supported:
    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<FabricSpanSessionAncestor>
    (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<FabricSpanSessionDestPort>
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricSpanSessionId string
    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<FabricSpanSessionNetworkElement>
    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.
    OperStateReason string
    (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<FabricSpanSessionParent>
    (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<FabricSpanSessionPermissionResource>
    (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.
    SharedScope 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.
    SourcePortChannels List<FabricSpanSessionSourcePortChannel>
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    SourcePorts List<FabricSpanSessionSourcePort>
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    SourceVirtualIfs List<FabricSpanSessionSourceVirtualIf>
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    SourceVlans List<FabricSpanSessionSourceVlan>
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    SpanControlPackets string
    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.
    Tags List<FabricSpanSessionTag>
    This complex property has following sub-properties:
    VersionContexts List<FabricSpanSessionVersionContext>
    (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 []FabricSpanSessionAncestorArgs
    (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 []FabricSpanSessionDestPortArgs
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricSpanSessionId string
    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 []FabricSpanSessionNetworkElementArgs
    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.
    OperStateReason string
    (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 []FabricSpanSessionParentArgs
    (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 []FabricSpanSessionPermissionResourceArgs
    (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.
    SharedScope 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.
    SourcePortChannels []FabricSpanSessionSourcePortChannelArgs
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    SourcePorts []FabricSpanSessionSourcePortArgs
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    SourceVirtualIfs []FabricSpanSessionSourceVirtualIfArgs
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    SourceVlans []FabricSpanSessionSourceVlanArgs
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    SpanControlPackets string
    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.
    Tags []FabricSpanSessionTagArgs
    This complex property has following sub-properties:
    VersionContexts []FabricSpanSessionVersionContextArgs
    (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<FabricSpanSessionAncestor>
    (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<FabricSpanSessionDestPort>
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricSpanSessionId String
    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<FabricSpanSessionNetworkElement>
    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.
    operStateReason String
    (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<FabricSpanSessionParent>
    (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<FabricSpanSessionPermissionResource>
    (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.
    sharedScope 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.
    sourcePortChannels List<FabricSpanSessionSourcePortChannel>
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    sourcePorts List<FabricSpanSessionSourcePort>
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    sourceVirtualIfs List<FabricSpanSessionSourceVirtualIf>
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    sourceVlans List<FabricSpanSessionSourceVlan>
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    spanControlPackets String
    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.
    tags List<FabricSpanSessionTag>
    This complex property has following sub-properties:
    versionContexts List<FabricSpanSessionVersionContext>
    (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 FabricSpanSessionAncestor[]
    (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 FabricSpanSessionDestPort[]
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricSpanSessionId string
    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 FabricSpanSessionNetworkElement[]
    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.
    operStateReason string
    (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 FabricSpanSessionParent[]
    (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 FabricSpanSessionPermissionResource[]
    (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.
    sharedScope 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.
    sourcePortChannels FabricSpanSessionSourcePortChannel[]
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    sourcePorts FabricSpanSessionSourcePort[]
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    sourceVirtualIfs FabricSpanSessionSourceVirtualIf[]
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    sourceVlans FabricSpanSessionSourceVlan[]
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    spanControlPackets string
    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.
    tags FabricSpanSessionTag[]
    This complex property has following sub-properties:
    versionContexts FabricSpanSessionVersionContext[]
    (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[FabricSpanSessionAncestorArgs]
    (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[FabricSpanSessionDestPortArgs]
    An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    fabric_span_session_id str
    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[FabricSpanSessionNetworkElementArgs]
    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_reason str
    (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[FabricSpanSessionParentArgs]
    (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[FabricSpanSessionPermissionResourceArgs]
    (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.
    shared_scope 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_channels Sequence[FabricSpanSessionSourcePortChannelArgs]
    An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
    source_ports Sequence[FabricSpanSessionSourcePortArgs]
    An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
    source_virtual_ifs Sequence[FabricSpanSessionSourceVirtualIfArgs]
    An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
    source_vlans Sequence[FabricSpanSessionSourceVlanArgs]
    An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
    span_control_packets str
    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.
    tags Sequence[FabricSpanSessionTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[FabricSpanSessionVersionContextArgs]
    (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:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricSpanSessionId String
    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.
    operStateReason String
    (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.
    sharedScope 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.
    sourcePortChannels List<Property Map>
    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:
    sourceVirtualIfs List<Property Map>
    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:
    spanControlPackets String
    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.
    tags 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<FabricSpanSessionVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (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<FabricSpanSessionVersionContextRefMo>
    (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 []FabricSpanSessionVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (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 []FabricSpanSessionVersionContextRefMo
    (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<FabricSpanSessionVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (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<FabricSpanSessionVersionContextRefMo>
    (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 FabricSpanSessionVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (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 FabricSpanSessionVersionContextRefMo[]
    (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[FabricSpanSessionVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (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[FabricSpanSessionVersionContextRefMo]
    (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:
    markedForDeletion Boolean
    (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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet