intersight.FabricSpanSession
Explore with Pulumi AI
Configures an Ethernet SPAN session per Fabric Interconnect.
Create FabricSpanSession Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FabricSpanSession(name: string, args?: FabricSpanSessionArgs, opts?: CustomResourceOptions);
@overload
def FabricSpanSession(resource_name: str,
args: Optional[FabricSpanSessionArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def FabricSpanSession(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_state: Optional[str] = None,
ancestors: Optional[Sequence[FabricSpanSessionAncestorArgs]] = None,
class_id: Optional[str] = None,
config_state: Optional[str] = None,
create_time: Optional[str] = None,
dest_ports: Optional[Sequence[FabricSpanSessionDestPortArgs]] = None,
domain_group_moid: Optional[str] = None,
fabric_span_session_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
network_elements: Optional[Sequence[FabricSpanSessionNetworkElementArgs]] = None,
object_type: Optional[str] = None,
oper_state: Optional[str] = None,
oper_state_reason: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[FabricSpanSessionParentArgs]] = None,
permission_resources: Optional[Sequence[FabricSpanSessionPermissionResourceArgs]] = None,
session_id: Optional[float] = None,
shared_scope: Optional[str] = None,
source_count: Optional[float] = None,
source_port_channels: Optional[Sequence[FabricSpanSessionSourcePortChannelArgs]] = None,
source_ports: Optional[Sequence[FabricSpanSessionSourcePortArgs]] = None,
source_virtual_ifs: Optional[Sequence[FabricSpanSessionSourceVirtualIfArgs]] = None,
source_vlans: Optional[Sequence[FabricSpanSessionSourceVlanArgs]] = None,
span_control_packets: Optional[str] = None,
switch_id: Optional[str] = None,
tags: Optional[Sequence[FabricSpanSessionTagArgs]] = None,
version_contexts: Optional[Sequence[FabricSpanSessionVersionContextArgs]] = None)
func NewFabricSpanSession(ctx *Context, name string, args *FabricSpanSessionArgs, opts ...ResourceOption) (*FabricSpanSession, error)
public FabricSpanSession(string name, FabricSpanSessionArgs? args = null, CustomResourceOptions? opts = null)
public FabricSpanSession(String name, FabricSpanSessionArgs args)
public FabricSpanSession(String name, FabricSpanSessionArgs args, CustomResourceOptions options)
type: intersight:FabricSpanSession
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FabricSpanSessionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var fabricSpanSessionResource = new Intersight.FabricSpanSession("fabricSpanSessionResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
AdminState = "string",
Ancestors = new[]
{
new Intersight.Inputs.FabricSpanSessionAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
ConfigState = "string",
CreateTime = "string",
DestPorts = new[]
{
new Intersight.Inputs.FabricSpanSessionDestPortArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
DomainGroupMoid = "string",
FabricSpanSessionId = "string",
ModTime = "string",
Moid = "string",
Name = "string",
NetworkElements = new[]
{
new Intersight.Inputs.FabricSpanSessionNetworkElementArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ObjectType = "string",
OperState = "string",
OperStateReason = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.FabricSpanSessionParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.FabricSpanSessionPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SessionId = 0,
SharedScope = "string",
SourceCount = 0,
SourcePortChannels = new[]
{
new Intersight.Inputs.FabricSpanSessionSourcePortChannelArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SourcePorts = new[]
{
new Intersight.Inputs.FabricSpanSessionSourcePortArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SourceVirtualIfs = new[]
{
new Intersight.Inputs.FabricSpanSessionSourceVirtualIfArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SourceVlans = new[]
{
new Intersight.Inputs.FabricSpanSessionSourceVlanArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SpanControlPackets = "string",
SwitchId = "string",
Tags = new[]
{
new Intersight.Inputs.FabricSpanSessionTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
VersionContexts = new[]
{
new Intersight.Inputs.FabricSpanSessionVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.FabricSpanSessionVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.FabricSpanSessionVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
});
example, err := intersight.NewFabricSpanSession(ctx, "fabricSpanSessionResource", &intersight.FabricSpanSessionArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
AdminState: pulumi.String("string"),
Ancestors: intersight.FabricSpanSessionAncestorArray{
&intersight.FabricSpanSessionAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
ConfigState: pulumi.String("string"),
CreateTime: pulumi.String("string"),
DestPorts: intersight.FabricSpanSessionDestPortArray{
&intersight.FabricSpanSessionDestPortArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
DomainGroupMoid: pulumi.String("string"),
FabricSpanSessionId: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
NetworkElements: intersight.FabricSpanSessionNetworkElementArray{
&intersight.FabricSpanSessionNetworkElementArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ObjectType: pulumi.String("string"),
OperState: pulumi.String("string"),
OperStateReason: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.FabricSpanSessionParentArray{
&intersight.FabricSpanSessionParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.FabricSpanSessionPermissionResourceArray{
&intersight.FabricSpanSessionPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SessionId: pulumi.Float64(0),
SharedScope: pulumi.String("string"),
SourceCount: pulumi.Float64(0),
SourcePortChannels: intersight.FabricSpanSessionSourcePortChannelArray{
&intersight.FabricSpanSessionSourcePortChannelArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SourcePorts: intersight.FabricSpanSessionSourcePortArray{
&intersight.FabricSpanSessionSourcePortArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SourceVirtualIfs: intersight.FabricSpanSessionSourceVirtualIfArray{
&intersight.FabricSpanSessionSourceVirtualIfArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SourceVlans: intersight.FabricSpanSessionSourceVlanArray{
&intersight.FabricSpanSessionSourceVlanArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SpanControlPackets: pulumi.String("string"),
SwitchId: pulumi.String("string"),
Tags: intersight.FabricSpanSessionTagArray{
&intersight.FabricSpanSessionTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VersionContexts: intersight.FabricSpanSessionVersionContextArray{
&intersight.FabricSpanSessionVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.FabricSpanSessionVersionContextInterestedMoArray{
&intersight.FabricSpanSessionVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.FabricSpanSessionVersionContextRefMoArray{
&intersight.FabricSpanSessionVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
})
var fabricSpanSessionResource = new FabricSpanSession("fabricSpanSessionResource", FabricSpanSessionArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.adminState("string")
.ancestors(FabricSpanSessionAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.configState("string")
.createTime("string")
.destPorts(FabricSpanSessionDestPortArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.domainGroupMoid("string")
.fabricSpanSessionId("string")
.modTime("string")
.moid("string")
.name("string")
.networkElements(FabricSpanSessionNetworkElementArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.objectType("string")
.operState("string")
.operStateReason("string")
.owners("string")
.parents(FabricSpanSessionParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(FabricSpanSessionPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.sessionId(0)
.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:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Ancestors
List<Fabric
Span Session Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Config
State 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. - Create
Time string - (ReadOnly) The time when this managed object was created.
- Dest
Ports List<FabricSpan Session Dest Port> - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Span stringSession Id - Mod
Time 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 (_).
- Network
Elements List<FabricSpan Session Network Element> - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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. - Oper
State stringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Fabric
Span Session Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<FabricSpan Session Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Session
Id double - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Source
Count double - (ReadOnly) Count of total number of sources in the SPAN session.
- Source
Port List<FabricChannels Span Session Source Port Channel> - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- Source
Ports List<FabricSpan Session Source Port> - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- Source
Virtual List<FabricIfs Span Session Source Virtual If> - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- Source
Vlans List<FabricSpan Session Source Vlan> - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- Span
Control stringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Switch
Id string - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - List<Fabric
Span Session Tag> - This complex property has following sub-properties:
- Version
Contexts List<FabricSpan Session Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Ancestors
[]Fabric
Span Session Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Config
State 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. - Create
Time string - (ReadOnly) The time when this managed object was created.
- Dest
Ports []FabricSpan Session Dest Port Args - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Span stringSession Id - Mod
Time 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 (_).
- Network
Elements []FabricSpan Session Network Element Args - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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. - Oper
State stringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Fabric
Span Session Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []FabricSpan Session Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Session
Id float64 - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Source
Count float64 - (ReadOnly) Count of total number of sources in the SPAN session.
- Source
Port []FabricChannels Span Session Source Port Channel Args - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- Source
Ports []FabricSpan Session Source Port Args - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- Source
Virtual []FabricIfs Span Session Source Virtual If Args - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- Source
Vlans []FabricSpan Session Source Vlan Args - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- Span
Control stringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Switch
Id 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. - []Fabric
Span Session Tag Args - This complex property has following sub-properties:
- Version
Contexts []FabricSpan Session Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - admin
State String - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - ancestors
List<Fabric
Span Session Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- config
State 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. - create
Time String - (ReadOnly) The time when this managed object was created.
- dest
Ports List<FabricSpan Session Dest Port> - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Span StringSession Id - mod
Time 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 (_).
- network
Elements List<FabricSpan Session Network Element> - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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. - oper
State StringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Fabric
Span Session Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<FabricSpan Session Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session
Id Double - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source
Count Double - (ReadOnly) Count of total number of sources in the SPAN session.
- source
Port List<FabricChannels Span Session Source Port Channel> - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source
Ports List<FabricSpan Session Source Port> - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source
Virtual List<FabricIfs Span Session Source Virtual If> - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source
Vlans List<FabricSpan Session Source Vlan> - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span
Control StringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch
Id String - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - List<Fabric
Span Session Tag> - This complex property has following sub-properties:
- version
Contexts List<FabricSpan Session Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - admin
State string - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - ancestors
Fabric
Span Session Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- config
State 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. - create
Time string - (ReadOnly) The time when this managed object was created.
- dest
Ports FabricSpan Session Dest Port[] - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Span stringSession Id - mod
Time 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 (_).
- network
Elements FabricSpan Session Network Element[] - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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. - oper
State stringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Fabric
Span Session Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources FabricSpan Session Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session
Id number - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source
Count number - (ReadOnly) Count of total number of sources in the SPAN session.
- source
Port FabricChannels Span Session Source Port Channel[] - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source
Ports FabricSpan Session Source Port[] - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source
Virtual FabricIfs Span Session Source Virtual If[] - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source
Vlans FabricSpan Session Source Vlan[] - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span
Control stringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch
Id 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. - Fabric
Span Session Tag[] - This complex property has following sub-properties:
- version
Contexts FabricSpan Session Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - admin_
state str - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - ancestors
Sequence[Fabric
Span Session Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config_
state str - (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.*
None
- Nil value when no action has been triggered by the user.*Applied
- User configured settings are in applied state.*Applying
- User settings are being applied on the target server.*Failed
- User configured settings could not be applied. - create_
time str - (ReadOnly) The time when this managed object was created.
- dest_
ports Sequence[FabricSpan Session Dest Port Args] - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric_
span_ strsession_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- network_
elements Sequence[FabricSpan Session Network Element Args] - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_
state str - (ReadOnly) Operational state of the SPAN session.*
Unknown
- SPAN session operational state is Unknown.*Up
- SPAN session operational state is Up.*Down
- SPAN session operational state is Down.*Error
- SPAN session operational state is Error. - oper_
state_ strreason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Fabric
Span Session Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[FabricSpan Session Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session_
id float - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source_
count float - (ReadOnly) Count of total number of sources in the SPAN session.
- source_
port_ Sequence[Fabricchannels Span Session Source Port Channel Args] - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source_
ports Sequence[FabricSpan Session Source Port Args] - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source_
virtual_ Sequence[Fabricifs Span Session Source Virtual If Args] - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source_
vlans Sequence[FabricSpan Session Source Vlan Args] - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span_
control_ strpackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch_
id str - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - Sequence[Fabric
Span Session Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[FabricSpan Session Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - admin
State 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:
- class
Id 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.
- config
State 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. - create
Time String - (ReadOnly) The time when this managed object was created.
- dest
Ports List<Property Map> - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Span StringSession Id - mod
Time 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 (_).
- network
Elements 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:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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. - oper
State StringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session
Id Number - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source
Count Number - (ReadOnly) Count of total number of sources in the SPAN session.
- source
Port List<Property Map>Channels - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source
Ports List<Property Map> - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source
Virtual List<Property Map>Ifs - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source
Vlans List<Property Map> - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span
Control StringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch
Id String - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - List<Property Map>
- This complex property has following sub-properties:
- version
Contexts 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.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Ancestors
List<Fabric
Span Session Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Config
State 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. - Create
Time string - (ReadOnly) The time when this managed object was created.
- Dest
Ports List<FabricSpan Session Dest Port> - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Span stringSession Id - Mod
Time 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 (_).
- Network
Elements List<FabricSpan Session Network Element> - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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. - Oper
State stringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Fabric
Span Session Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<FabricSpan Session Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Session
Id double - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Source
Count double - (ReadOnly) Count of total number of sources in the SPAN session.
- Source
Port List<FabricChannels Span Session Source Port Channel> - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- Source
Ports List<FabricSpan Session Source Port> - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- Source
Virtual List<FabricIfs Span Session Source Virtual If> - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- Source
Vlans List<FabricSpan Session Source Vlan> - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- Span
Control stringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Switch
Id string - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - List<Fabric
Span Session Tag> - This complex property has following sub-properties:
- Version
Contexts List<FabricSpan Session Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Ancestors
[]Fabric
Span Session Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Config
State 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. - Create
Time string - (ReadOnly) The time when this managed object was created.
- Dest
Ports []FabricSpan Session Dest Port Args - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Span stringSession Id - Mod
Time 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 (_).
- Network
Elements []FabricSpan Session Network Element Args - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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. - Oper
State stringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Fabric
Span Session Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []FabricSpan Session Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Session
Id float64 - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Source
Count float64 - (ReadOnly) Count of total number of sources in the SPAN session.
- Source
Port []FabricChannels Span Session Source Port Channel Args - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- Source
Ports []FabricSpan Session Source Port Args - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- Source
Virtual []FabricIfs Span Session Source Virtual If Args - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- Source
Vlans []FabricSpan Session Source Vlan Args - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- Span
Control stringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - Switch
Id 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. - []Fabric
Span Session Tag Args - This complex property has following sub-properties:
- Version
Contexts []FabricSpan Session Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - admin
State String - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - ancestors
List<Fabric
Span Session Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- config
State 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. - create
Time String - (ReadOnly) The time when this managed object was created.
- dest
Ports List<FabricSpan Session Dest Port> - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Span StringSession Id - mod
Time 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 (_).
- network
Elements List<FabricSpan Session Network Element> - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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. - oper
State StringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Fabric
Span Session Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<FabricSpan Session Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session
Id Double - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source
Count Double - (ReadOnly) Count of total number of sources in the SPAN session.
- source
Port List<FabricChannels Span Session Source Port Channel> - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source
Ports List<FabricSpan Session Source Port> - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source
Virtual List<FabricIfs Span Session Source Virtual If> - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source
Vlans List<FabricSpan Session Source Vlan> - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span
Control StringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch
Id String - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - List<Fabric
Span Session Tag> - This complex property has following sub-properties:
- version
Contexts List<FabricSpan Session Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - admin
State string - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - ancestors
Fabric
Span Session Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- config
State 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. - create
Time string - (ReadOnly) The time when this managed object was created.
- dest
Ports FabricSpan Session Dest Port[] - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Span stringSession Id - mod
Time 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 (_).
- network
Elements FabricSpan Session Network Element[] - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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. - oper
State stringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Fabric
Span Session Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources FabricSpan Session Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session
Id number - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source
Count number - (ReadOnly) Count of total number of sources in the SPAN session.
- source
Port FabricChannels Span Session Source Port Channel[] - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source
Ports FabricSpan Session Source Port[] - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source
Virtual FabricIfs Span Session Source Virtual If[] - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source
Vlans FabricSpan Session Source Vlan[] - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span
Control stringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch
Id 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. - Fabric
Span Session Tag[] - This complex property has following sub-properties:
- version
Contexts FabricSpan Session Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - admin_
state str - Admin state to enable or disable the SPAN session.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - ancestors
Sequence[Fabric
Span Session Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config_
state str - (ReadOnly) The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.*
None
- Nil value when no action has been triggered by the user.*Applied
- User configured settings are in applied state.*Applying
- User settings are being applied on the target server.*Failed
- User configured settings could not be applied. - create_
time str - (ReadOnly) The time when this managed object was created.
- dest_
ports Sequence[FabricSpan Session Dest Port Args] - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric_
span_ strsession_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- network_
elements Sequence[FabricSpan Session Network Element Args] - A reference to a networkElement resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_
state str - (ReadOnly) Operational state of the SPAN session.*
Unknown
- SPAN session operational state is Unknown.*Up
- SPAN session operational state is Up.*Down
- SPAN session operational state is Down.*Error
- SPAN session operational state is Error. - oper_
state_ strreason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Fabric
Span Session Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[FabricSpan Session Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session_
id float - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source_
count float - (ReadOnly) Count of total number of sources in the SPAN session.
- source_
port_ Sequence[Fabricchannels Span Session Source Port Channel Args] - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source_
ports Sequence[FabricSpan Session Source Port Args] - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source_
virtual_ Sequence[Fabricifs Span Session Source Virtual If Args] - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source_
vlans Sequence[FabricSpan Session Source Vlan Args] - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span_
control_ strpackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch_
id str - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - Sequence[Fabric
Span Session Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[FabricSpan Session Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - admin
State 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:
- class
Id 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.
- config
State 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. - create
Time String - (ReadOnly) The time when this managed object was created.
- dest
Ports List<Property Map> - An array of relationships to fabricAbstractSpanDestPort resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Span StringSession Id - mod
Time 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 (_).
- network
Elements 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:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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. - oper
State StringReason - (ReadOnly) Operational state reason of the SPAN session.*
Unknown
- Unknown operational state.*Active
- Active and operational SPAN session.*NoHardwareResource
- No hardware resources available.*NoOperationalSrcDst
- No operational SPAN source or destination.*GenericError
- Generic operational error.*NoSourcesConfigured
- No source interfaces configured.*NoDestinationConfigured
- No destination port configured.*NoSourceDestinationConfigured
- No source or destination interface configured.*SessionAdminShut
- Session is administratively disabled.*WrongDestinationMode
- Wrong Destination mode configured.*WrongSourceMode
- Wrong Source mode configured.*TunnelMisconfDown
- Tunnel Misconfigured or Down.*NoFlowIdSpecified
- No Flow ID specified for ERSPAN. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- session
Id Number - (ReadOnly) Session ID identifies the SPAN session on the Fabric Interconnect.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- source
Count Number - (ReadOnly) Count of total number of sources in the SPAN session.
- source
Port List<Property Map>Channels - An array of relationships to fabricAbstractSpanSourcePortChannel resources. This complex property has following sub-properties:
- source
Ports List<Property Map> - An array of relationships to fabricAbstractSpanSourcePort resources. This complex property has following sub-properties:
- source
Virtual List<Property Map>Ifs - An array of relationships to fabricAbstractSpanSourceVirtualIf resources. This complex property has following sub-properties:
- source
Vlans List<Property Map> - An array of relationships to fabricSpanSourceVlan resources. This complex property has following sub-properties:
- span
Control StringPackets - Admin state to enable or disable spanning control packets.*
Disabled
- Admin configured Disabled State.*Enabled
- Admin configured Enabled State. - switch
Id String - (ReadOnly) Switch ID (A or B) corresponding to network element.*
A
- Switch Identifier of Fabric Interconnect A.*B
- Switch Identifier of Fabric Interconnect B. - List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
FabricSpanSessionAncestor, FabricSpanSessionAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
FabricSpanSessionVersionContext, FabricSpanSessionVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<FabricSpan Session Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<FabricSpan Session Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - Interested
Mos []FabricSpan Session Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []FabricSpan Session Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - interested
Mos List<FabricSpan Session Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<FabricSpan Session Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - interested
Mos FabricSpan Session Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos FabricSpan Session Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - interested_
mos Sequence[FabricSpan Session Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[FabricSpan Session Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos 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.
- version
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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.