intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDistributedSwitch
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The VMware Distributed Virtual Switch object is represented here.
Using getVirtualizationVmwareDistributedSwitch
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualizationVmwareDistributedSwitch(args: GetVirtualizationVmwareDistributedSwitchArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareDistributedSwitchResult>
function getVirtualizationVmwareDistributedSwitchOutput(args: GetVirtualizationVmwareDistributedSwitchOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareDistributedSwitchResult>def get_virtualization_vmware_distributed_switch(account_moid: Optional[str] = None,
                                                 additional_properties: Optional[str] = None,
                                                 ancestors: Optional[Sequence[GetVirtualizationVmwareDistributedSwitchAncestor]] = None,
                                                 class_id: Optional[str] = None,
                                                 create_time: Optional[str] = None,
                                                 datacenter: Optional[GetVirtualizationVmwareDistributedSwitchDatacenter] = None,
                                                 description: Optional[str] = None,
                                                 discovery_protocol: Optional[GetVirtualizationVmwareDistributedSwitchDiscoveryProtocol] = None,
                                                 domain_group_moid: Optional[str] = None,
                                                 hosts: Optional[Sequence[GetVirtualizationVmwareDistributedSwitchHost]] = None,
                                                 id: Optional[str] = None,
                                                 identity: Optional[str] = None,
                                                 max_port: Optional[float] = None,
                                                 mod_time: Optional[str] = None,
                                                 moid: Optional[str] = None,
                                                 mtu: Optional[float] = None,
                                                 name: Optional[str] = None,
                                                 network_io_control: Optional[bool] = None,
                                                 nic_teaming_and_failover: Optional[GetVirtualizationVmwareDistributedSwitchNicTeamingAndFailover] = None,
                                                 nr_version: Optional[str] = None,
                                                 num_hosts: Optional[float] = None,
                                                 num_networks: Optional[float] = None,
                                                 num_stand_alone_ports: Optional[float] = None,
                                                 num_uplinks: Optional[float] = None,
                                                 object_type: Optional[str] = None,
                                                 owners: Optional[Sequence[str]] = None,
                                                 parent: Optional[GetVirtualizationVmwareDistributedSwitchParent] = None,
                                                 permission_resources: Optional[Sequence[GetVirtualizationVmwareDistributedSwitchPermissionResource]] = None,
                                                 registered_device: Optional[GetVirtualizationVmwareDistributedSwitchRegisteredDevice] = None,
                                                 resource_allocation_system_traffics: Optional[Sequence[GetVirtualizationVmwareDistributedSwitchResourceAllocationSystemTraffic]] = None,
                                                 shared_scope: Optional[str] = None,
                                                 switch_capacity: Optional[GetVirtualizationVmwareDistributedSwitchSwitchCapacity] = None,
                                                 tags: Optional[Sequence[GetVirtualizationVmwareDistributedSwitchTag]] = None,
                                                 uuid: Optional[str] = None,
                                                 version_context: Optional[GetVirtualizationVmwareDistributedSwitchVersionContext] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareDistributedSwitchResult
def get_virtualization_vmware_distributed_switch_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDistributedSwitchAncestorArgs]]]] = None,
                                                 class_id: Optional[pulumi.Input[str]] = None,
                                                 create_time: Optional[pulumi.Input[str]] = None,
                                                 datacenter: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchDatacenterArgs]] = None,
                                                 description: Optional[pulumi.Input[str]] = None,
                                                 discovery_protocol: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchDiscoveryProtocolArgs]] = None,
                                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                 hosts: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDistributedSwitchHostArgs]]]] = None,
                                                 id: Optional[pulumi.Input[str]] = None,
                                                 identity: Optional[pulumi.Input[str]] = None,
                                                 max_port: Optional[pulumi.Input[float]] = None,
                                                 mod_time: Optional[pulumi.Input[str]] = None,
                                                 moid: Optional[pulumi.Input[str]] = None,
                                                 mtu: Optional[pulumi.Input[float]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 network_io_control: Optional[pulumi.Input[bool]] = None,
                                                 nic_teaming_and_failover: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchNicTeamingAndFailoverArgs]] = None,
                                                 nr_version: Optional[pulumi.Input[str]] = None,
                                                 num_hosts: Optional[pulumi.Input[float]] = None,
                                                 num_networks: Optional[pulumi.Input[float]] = None,
                                                 num_stand_alone_ports: Optional[pulumi.Input[float]] = None,
                                                 num_uplinks: Optional[pulumi.Input[float]] = None,
                                                 object_type: Optional[pulumi.Input[str]] = None,
                                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                 parent: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchParentArgs]] = None,
                                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDistributedSwitchPermissionResourceArgs]]]] = None,
                                                 registered_device: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchRegisteredDeviceArgs]] = None,
                                                 resource_allocation_system_traffics: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDistributedSwitchResourceAllocationSystemTrafficArgs]]]] = None,
                                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                                 switch_capacity: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchSwitchCapacityArgs]] = None,
                                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDistributedSwitchTagArgs]]]] = None,
                                                 uuid: Optional[pulumi.Input[str]] = None,
                                                 version_context: Optional[pulumi.Input[GetVirtualizationVmwareDistributedSwitchVersionContextArgs]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareDistributedSwitchResult]func LookupVirtualizationVmwareDistributedSwitch(ctx *Context, args *LookupVirtualizationVmwareDistributedSwitchArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDistributedSwitchResult, error)
func LookupVirtualizationVmwareDistributedSwitchOutput(ctx *Context, args *LookupVirtualizationVmwareDistributedSwitchOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDistributedSwitchResultOutput> Note: This function is named LookupVirtualizationVmwareDistributedSwitch in the Go SDK.
public static class GetVirtualizationVmwareDistributedSwitch 
{
    public static Task<GetVirtualizationVmwareDistributedSwitchResult> InvokeAsync(GetVirtualizationVmwareDistributedSwitchArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareDistributedSwitchResult> Invoke(GetVirtualizationVmwareDistributedSwitchInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualizationVmwareDistributedSwitchResult> getVirtualizationVmwareDistributedSwitch(GetVirtualizationVmwareDistributedSwitchArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDistributedSwitchResult> getVirtualizationVmwareDistributedSwitch(GetVirtualizationVmwareDistributedSwitchArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDistributedSwitch:getVirtualizationVmwareDistributedSwitch
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Distributed Switch Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- Description string
- Switch description (user provided), if any.
- DiscoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hosts
List<GetVirtualization Vmware Distributed Switch Host> 
- Id string
- Identity string
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- MaxPort double
- Maximum number of ports allowed on this distributed virtual switch.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- Maximum transmission unit configured on a distributed virtual switch.
- Name string
- User-provided name to identify the switch.
- NetworkIo boolControl 
- If network io control is enabled, will set the value as true.
- NicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- NrVersion string
- The running config's version details are represented.
- NumHosts double
- The total number of hosts attached to the distributed virtual switch.
- NumNetworks double
- The total number of distributed networks in the distributed virtual switch.
- NumStand doubleAlone Ports 
- Number of stand-alone ports in use.
- NumUplinks double
- Number of uplinks configured in this distributed virtual switch.
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Distributed Switch Parent 
- PermissionResources List<GetVirtualization Vmware Distributed Switch Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- ResourceAllocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic> 
- string
- 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.
- SwitchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
List<GetVirtualization Vmware Distributed Switch Tag> 
- Uuid string
- Universally Unique Id of this distributed virtual switch.
- VersionContext GetVirtualization Vmware Distributed Switch Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Distributed Switch Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- Description string
- Switch description (user provided), if any.
- DiscoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hosts
[]GetVirtualization Vmware Distributed Switch Host 
- Id string
- Identity string
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- MaxPort float64
- Maximum number of ports allowed on this distributed virtual switch.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- Maximum transmission unit configured on a distributed virtual switch.
- Name string
- User-provided name to identify the switch.
- NetworkIo boolControl 
- If network io control is enabled, will set the value as true.
- NicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- NrVersion string
- The running config's version details are represented.
- NumHosts float64
- The total number of hosts attached to the distributed virtual switch.
- NumNetworks float64
- The total number of distributed networks in the distributed virtual switch.
- NumStand float64Alone Ports 
- Number of stand-alone ports in use.
- NumUplinks float64
- Number of uplinks configured in this distributed virtual switch.
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Distributed Switch Parent 
- PermissionResources []GetVirtualization Vmware Distributed Switch Permission Resource 
- RegisteredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- ResourceAllocation []GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic 
- string
- 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.
- SwitchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
[]GetVirtualization Vmware Distributed Switch Tag 
- Uuid string
- Universally Unique Id of this distributed virtual switch.
- VersionContext GetVirtualization Vmware Distributed Switch Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Distributed Switch Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- description String
- Switch description (user provided), if any.
- discoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hosts
List<GetVirtualization Vmware Distributed Switch Host> 
- id String
- identity String
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- maxPort Double
- Maximum number of ports allowed on this distributed virtual switch.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- Maximum transmission unit configured on a distributed virtual switch.
- name String
- User-provided name to identify the switch.
- networkIo BooleanControl 
- If network io control is enabled, will set the value as true.
- nicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- nrVersion String
- The running config's version details are represented.
- numHosts Double
- The total number of hosts attached to the distributed virtual switch.
- numNetworks Double
- The total number of distributed networks in the distributed virtual switch.
- numStand DoubleAlone Ports 
- Number of stand-alone ports in use.
- numUplinks Double
- Number of uplinks configured in this distributed virtual switch.
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Distributed Switch Parent 
- permissionResources List<GetVirtualization Vmware Distributed Switch Permission Resource> 
- registeredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- resourceAllocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic> 
- String
- 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.
- switchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
List<GetVirtualization Vmware Distributed Switch Tag> 
- uuid String
- Universally Unique Id of this distributed virtual switch.
- versionContext GetVirtualization Vmware Distributed Switch Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Distributed Switch Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- description string
- Switch description (user provided), if any.
- discoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hosts
GetVirtualization Vmware Distributed Switch Host[] 
- id string
- identity string
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- maxPort number
- Maximum number of ports allowed on this distributed virtual switch.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- Maximum transmission unit configured on a distributed virtual switch.
- name string
- User-provided name to identify the switch.
- networkIo booleanControl 
- If network io control is enabled, will set the value as true.
- nicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- nrVersion string
- The running config's version details are represented.
- numHosts number
- The total number of hosts attached to the distributed virtual switch.
- numNetworks number
- The total number of distributed networks in the distributed virtual switch.
- numStand numberAlone Ports 
- Number of stand-alone ports in use.
- numUplinks number
- Number of uplinks configured in this distributed virtual switch.
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Distributed Switch Parent 
- permissionResources GetVirtualization Vmware Distributed Switch Permission Resource[] 
- registeredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- resourceAllocation GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic[] 
- string
- 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.
- switchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
GetVirtualization Vmware Distributed Switch Tag[] 
- uuid string
- Universally Unique Id of this distributed virtual switch.
- versionContext GetVirtualization Vmware Distributed Switch Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Distributed Switch Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- description str
- Switch description (user provided), if any.
- discovery_protocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hosts
Sequence[GetVirtualization Vmware Distributed Switch Host] 
- id str
- identity str
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- max_port float
- Maximum number of ports allowed on this distributed virtual switch.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- Maximum transmission unit configured on a distributed virtual switch.
- name str
- User-provided name to identify the switch.
- network_io_ boolcontrol 
- If network io control is enabled, will set the value as true.
- nic_teaming_ Getand_ failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- nr_version str
- The running config's version details are represented.
- num_hosts float
- The total number of hosts attached to the distributed virtual switch.
- num_networks float
- The total number of distributed networks in the distributed virtual switch.
- num_stand_ floatalone_ ports 
- Number of stand-alone ports in use.
- num_uplinks float
- Number of uplinks configured in this distributed virtual switch.
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Distributed Switch Parent 
- permission_resources Sequence[GetVirtualization Vmware Distributed Switch Permission Resource] 
- registered_device GetVirtualization Vmware Distributed Switch Registered Device 
- resource_allocation_ Sequence[Getsystem_ traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic] 
- str
- 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.
- switch_capacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
Sequence[GetVirtualization Vmware Distributed Switch Tag] 
- uuid str
- Universally Unique Id of this distributed virtual switch.
- version_context GetVirtualization Vmware Distributed Switch Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- datacenter Property Map
- description String
- Switch description (user provided), if any.
- discoveryProtocol Property Map
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hosts List<Property Map>
- id String
- identity String
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- maxPort Number
- Maximum number of ports allowed on this distributed virtual switch.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- Maximum transmission unit configured on a distributed virtual switch.
- name String
- User-provided name to identify the switch.
- networkIo BooleanControl 
- If network io control is enabled, will set the value as true.
- nicTeaming Property MapAnd Failover 
- nrVersion String
- The running config's version details are represented.
- numHosts Number
- The total number of hosts attached to the distributed virtual switch.
- numNetworks Number
- The total number of distributed networks in the distributed virtual switch.
- numStand NumberAlone Ports 
- Number of stand-alone ports in use.
- numUplinks Number
- Number of uplinks configured in this distributed virtual switch.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- resourceAllocation List<Property Map>System Traffics 
- String
- 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.
- switchCapacity Property Map
- List<Property Map>
- uuid String
- Universally Unique Id of this distributed virtual switch.
- versionContext Property Map
getVirtualizationVmwareDistributedSwitch Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Distributed Switch Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Distributed Switch Ancestor> 
- ClassId string
- CreateTime string
- Datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- Description string
- DiscoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- DomainGroup stringMoid 
- Hosts
List<GetVirtualization Vmware Distributed Switch Host> 
- Identity string
- MaxPort double
- ModTime string
- Moid string
- Mtu double
- Name string
- NetworkIo boolControl 
- NicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- NrVersion string
- NumHosts double
- NumNetworks double
- NumStand doubleAlone Ports 
- NumUplinks double
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Distributed Switch Parent 
- PermissionResources List<GetVirtualization Vmware Distributed Switch Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- ResourceAllocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic> 
- string
- SwitchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
List<GetVirtualization Vmware Distributed Switch Tag> 
- Uuid string
- VersionContext GetVirtualization Vmware Distributed Switch Version Context 
- Id string
- Results
[]GetVirtualization Vmware Distributed Switch Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Distributed Switch Ancestor 
- ClassId string
- CreateTime string
- Datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- Description string
- DiscoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- DomainGroup stringMoid 
- Hosts
[]GetVirtualization Vmware Distributed Switch Host 
- Identity string
- MaxPort float64
- ModTime string
- Moid string
- Mtu float64
- Name string
- NetworkIo boolControl 
- NicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- NrVersion string
- NumHosts float64
- NumNetworks float64
- NumStand float64Alone Ports 
- NumUplinks float64
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Distributed Switch Parent 
- PermissionResources []GetVirtualization Vmware Distributed Switch Permission Resource 
- RegisteredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- ResourceAllocation []GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic 
- string
- SwitchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
[]GetVirtualization Vmware Distributed Switch Tag 
- Uuid string
- VersionContext GetVirtualization Vmware Distributed Switch Version Context 
- id String
- results
List<GetVirtualization Vmware Distributed Switch Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Distributed Switch Ancestor> 
- classId String
- createTime String
- datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- description String
- discoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- domainGroup StringMoid 
- hosts
List<GetVirtualization Vmware Distributed Switch Host> 
- identity String
- maxPort Double
- modTime String
- moid String
- mtu Double
- name String
- networkIo BooleanControl 
- nicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- nrVersion String
- numHosts Double
- numNetworks Double
- numStand DoubleAlone Ports 
- numUplinks Double
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Distributed Switch Parent 
- permissionResources List<GetVirtualization Vmware Distributed Switch Permission Resource> 
- registeredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- resourceAllocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic> 
- String
- switchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
List<GetVirtualization Vmware Distributed Switch Tag> 
- uuid String
- versionContext GetVirtualization Vmware Distributed Switch Version Context 
- id string
- results
GetVirtualization Vmware Distributed Switch Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Distributed Switch Ancestor[] 
- classId string
- createTime string
- datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- description string
- discoveryProtocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- domainGroup stringMoid 
- hosts
GetVirtualization Vmware Distributed Switch Host[] 
- identity string
- maxPort number
- modTime string
- moid string
- mtu number
- name string
- networkIo booleanControl 
- nicTeaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- nrVersion string
- numHosts number
- numNetworks number
- numStand numberAlone Ports 
- numUplinks number
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Distributed Switch Parent 
- permissionResources GetVirtualization Vmware Distributed Switch Permission Resource[] 
- registeredDevice GetVirtualization Vmware Distributed Switch Registered Device 
- resourceAllocation GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic[] 
- string
- switchCapacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
GetVirtualization Vmware Distributed Switch Tag[] 
- uuid string
- versionContext GetVirtualization Vmware Distributed Switch Version Context 
- id str
- results
Sequence[GetVirtualization Vmware Distributed Switch Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Distributed Switch Ancestor] 
- class_id str
- create_time str
- datacenter
GetVirtualization Vmware Distributed Switch Datacenter 
- description str
- discovery_protocol GetVirtualization Vmware Distributed Switch Discovery Protocol 
- domain_group_ strmoid 
- hosts
Sequence[GetVirtualization Vmware Distributed Switch Host] 
- identity str
- max_port float
- mod_time str
- moid str
- mtu float
- name str
- network_io_ boolcontrol 
- nic_teaming_ Getand_ failover Virtualization Vmware Distributed Switch Nic Teaming And Failover 
- nr_version str
- num_hosts float
- num_networks float
- num_stand_ floatalone_ ports 
- num_uplinks float
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Distributed Switch Parent 
- permission_resources Sequence[GetVirtualization Vmware Distributed Switch Permission Resource] 
- registered_device GetVirtualization Vmware Distributed Switch Registered Device 
- resource_allocation_ Sequence[Getsystem_ traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic] 
- str
- switch_capacity GetVirtualization Vmware Distributed Switch Switch Capacity 
- 
Sequence[GetVirtualization Vmware Distributed Switch Tag] 
- uuid str
- version_context GetVirtualization Vmware Distributed Switch Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- datacenter Property Map
- description String
- discoveryProtocol Property Map
- domainGroup StringMoid 
- hosts List<Property Map>
- identity String
- maxPort Number
- modTime String
- moid String
- mtu Number
- name String
- networkIo BooleanControl 
- nicTeaming Property MapAnd Failover 
- nrVersion String
- numHosts Number
- numNetworks Number
- numStand NumberAlone Ports 
- numUplinks Number
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- resourceAllocation List<Property Map>System Traffics 
- String
- switchCapacity Property Map
- List<Property Map>
- uuid String
- versionContext Property Map
Supporting Types
GetVirtualizationVmwareDistributedSwitchAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchDatacenter     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchDiscoveryProtocol      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation string
- Operational mode of the ESXI hosts connected to the distributed virtual switch.
- Type string
- Discovery protocol type enabled on the distributed virtual switch.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation string
- Operational mode of the ESXI hosts connected to the distributed virtual switch.
- Type string
- Discovery protocol type enabled on the distributed virtual switch.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation String
- Operational mode of the ESXI hosts connected to the distributed virtual switch.
- type String
- Discovery protocol type enabled on the distributed virtual switch.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation string
- Operational mode of the ESXI hosts connected to the distributed virtual switch.
- type string
- Discovery protocol type enabled on the distributed virtual switch.
- additional_properties str
- 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.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation str
- Operational mode of the ESXI hosts connected to the distributed virtual switch.
- type str
- Discovery protocol type enabled on the distributed virtual switch.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation String
- Operational mode of the ESXI hosts connected to the distributed virtual switch.
- type String
- Discovery protocol type enabled on the distributed virtual switch.
GetVirtualizationVmwareDistributedSwitchHost     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchNicTeamingAndFailover        
- ActiveAdapters List<string>
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Failback bool
- By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
- LoadBalancing string
- Determines how network traffic is distributed between the network adapters in a NIC team.- loadbalanceIP- Load balance based on IP hash.
- loadbalanceSrcmac- Route based on source MAC hash.
- loadbalanceSrcid- Route based on originating virtual port.
- failoverExplicit- Use explicit failover order.
- loadbalanceSrcnic- Route based on physical NIC load.
 
- Name string
- User-provided name to identify the switch.
- NetworkFailure stringDetection 
- Methods used by network component for failover detection.- linkStatus- This option detects failures such as removed cables and physical switch power failures.
- beaconProbing- Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
 
- NotifySwitches bool
- Determines how network traffic is distributed between the network adapters in a NIC team.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StandbyAdapters List<string>
- ActiveAdapters []string
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Failback bool
- By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
- LoadBalancing string
- Determines how network traffic is distributed between the network adapters in a NIC team.- loadbalanceIP- Load balance based on IP hash.
- loadbalanceSrcmac- Route based on source MAC hash.
- loadbalanceSrcid- Route based on originating virtual port.
- failoverExplicit- Use explicit failover order.
- loadbalanceSrcnic- Route based on physical NIC load.
 
- Name string
- User-provided name to identify the switch.
- NetworkFailure stringDetection 
- Methods used by network component for failover detection.- linkStatus- This option detects failures such as removed cables and physical switch power failures.
- beaconProbing- Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
 
- NotifySwitches bool
- Determines how network traffic is distributed between the network adapters in a NIC team.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StandbyAdapters []string
- activeAdapters List<String>
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- failback Boolean
- By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
- loadBalancing String
- Determines how network traffic is distributed between the network adapters in a NIC team.- loadbalanceIP- Load balance based on IP hash.
- loadbalanceSrcmac- Route based on source MAC hash.
- loadbalanceSrcid- Route based on originating virtual port.
- failoverExplicit- Use explicit failover order.
- loadbalanceSrcnic- Route based on physical NIC load.
 
- name String
- User-provided name to identify the switch.
- networkFailure StringDetection 
- Methods used by network component for failover detection.- linkStatus- This option detects failures such as removed cables and physical switch power failures.
- beaconProbing- Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
 
- notifySwitches Boolean
- Determines how network traffic is distributed between the network adapters in a NIC team.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standbyAdapters List<String>
- activeAdapters string[]
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- failback boolean
- By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
- loadBalancing string
- Determines how network traffic is distributed between the network adapters in a NIC team.- loadbalanceIP- Load balance based on IP hash.
- loadbalanceSrcmac- Route based on source MAC hash.
- loadbalanceSrcid- Route based on originating virtual port.
- failoverExplicit- Use explicit failover order.
- loadbalanceSrcnic- Route based on physical NIC load.
 
- name string
- User-provided name to identify the switch.
- networkFailure stringDetection 
- Methods used by network component for failover detection.- linkStatus- This option detects failures such as removed cables and physical switch power failures.
- beaconProbing- Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
 
- notifySwitches boolean
- Determines how network traffic is distributed between the network adapters in a NIC team.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standbyAdapters string[]
- active_adapters Sequence[str]
- additional_properties str
- 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.
- failback bool
- By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
- load_balancing str
- Determines how network traffic is distributed between the network adapters in a NIC team.- loadbalanceIP- Load balance based on IP hash.
- loadbalanceSrcmac- Route based on source MAC hash.
- loadbalanceSrcid- Route based on originating virtual port.
- failoverExplicit- Use explicit failover order.
- loadbalanceSrcnic- Route based on physical NIC load.
 
- name str
- User-provided name to identify the switch.
- network_failure_ strdetection 
- Methods used by network component for failover detection.- linkStatus- This option detects failures such as removed cables and physical switch power failures.
- beaconProbing- Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
 
- notify_switches bool
- Determines how network traffic is distributed between the network adapters in a NIC team.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standby_adapters Sequence[str]
- activeAdapters List<String>
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- failback Boolean
- By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
- loadBalancing String
- Determines how network traffic is distributed between the network adapters in a NIC team.- loadbalanceIP- Load balance based on IP hash.
- loadbalanceSrcmac- Route based on source MAC hash.
- loadbalanceSrcid- Route based on originating virtual port.
- failoverExplicit- Use explicit failover order.
- loadbalanceSrcnic- Route based on physical NIC load.
 
- name String
- User-provided name to identify the switch.
- networkFailure StringDetection 
- Methods used by network component for failover detection.- linkStatus- This option detects failures such as removed cables and physical switch power failures.
- beaconProbing- Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
 
- notifySwitches Boolean
- Determines how network traffic is distributed between the network adapters in a NIC team.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standbyAdapters List<String>
GetVirtualizationVmwareDistributedSwitchParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchRegisteredDevice      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchResourceAllocationSystemTraffic        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Limit double
- The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC. The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reservation double
- Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class. If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types.
- string
- Network share. The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.- low- Share of the traffic in the overall flow through a physical adapter.
- high- Share of the traffic in the overall flow through a physical adapter.
- normal- Share of the traffic in the overall flow through a physical adapter.
- custom- Share of the traffic in the overall flow through a physical adapter.
 
- double
- The number of shares allocated. Used to determine resource allocation in case of resource contention. Shares value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared.
- TrafficType string
- Key of the host infrastructure resource.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Limit float64
- The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC. The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reservation float64
- Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class. If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types.
- string
- Network share. The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.- low- Share of the traffic in the overall flow through a physical adapter.
- high- Share of the traffic in the overall flow through a physical adapter.
- normal- Share of the traffic in the overall flow through a physical adapter.
- custom- Share of the traffic in the overall flow through a physical adapter.
 
- float64
- The number of shares allocated. Used to determine resource allocation in case of resource contention. Shares value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared.
- TrafficType string
- Key of the host infrastructure resource.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- limit Double
- The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC. The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservation Double
- Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class. If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types.
- String
- Network share. The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.- low- Share of the traffic in the overall flow through a physical adapter.
- high- Share of the traffic in the overall flow through a physical adapter.
- normal- Share of the traffic in the overall flow through a physical adapter.
- custom- Share of the traffic in the overall flow through a physical adapter.
 
- Double
- The number of shares allocated. Used to determine resource allocation in case of resource contention. Shares value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared.
- trafficType String
- Key of the host infrastructure resource.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- limit number
- The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC. The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservation number
- Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class. If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types.
- string
- Network share. The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.- low- Share of the traffic in the overall flow through a physical adapter.
- high- Share of the traffic in the overall flow through a physical adapter.
- normal- Share of the traffic in the overall flow through a physical adapter.
- custom- Share of the traffic in the overall flow through a physical adapter.
 
- number
- The number of shares allocated. Used to determine resource allocation in case of resource contention. Shares value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared.
- trafficType string
- Key of the host infrastructure resource.
- additional_properties str
- 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.
- limit float
- The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC. The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservation float
- Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class. If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types.
- str
- Network share. The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.- low- Share of the traffic in the overall flow through a physical adapter.
- high- Share of the traffic in the overall flow through a physical adapter.
- normal- Share of the traffic in the overall flow through a physical adapter.
- custom- Share of the traffic in the overall flow through a physical adapter.
 
- float
- The number of shares allocated. Used to determine resource allocation in case of resource contention. Shares value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared.
- traffic_type str
- Key of the host infrastructure resource.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- limit Number
- The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC. The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservation Number
- Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class. If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types.
- String
- Network share. The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.- low- Share of the traffic in the overall flow through a physical adapter.
- high- Share of the traffic in the overall flow through a physical adapter.
- normal- Share of the traffic in the overall flow through a physical adapter.
- custom- Share of the traffic in the overall flow through a physical adapter.
 
- Number
- The number of shares allocated. Used to determine resource allocation in case of resource contention. Shares value is only set if level is set to custom. If level is not set to custom, this value is ignored. Therefore, only shares with custom values can be compared.
- trafficType String
- Key of the host infrastructure resource.
GetVirtualizationVmwareDistributedSwitchResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Distributed Switch Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenters
List<GetVirtualization Vmware Distributed Switch Result Datacenter> 
- Description string
- Switch description (user provided), if any.
- DiscoveryProtocols List<GetVirtualization Vmware Distributed Switch Result Discovery Protocol> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hosts
List<GetVirtualization Vmware Distributed Switch Result Host> 
- Identity string
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- MaxPort double
- Maximum number of ports allowed on this distributed virtual switch.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- Maximum transmission unit configured on a distributed virtual switch.
- Name string
- User-provided name to identify the switch.
- NetworkIo boolControl 
- If network io control is enabled, will set the value as true.
- NicTeaming List<GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover> 
- NrVersion string
- The running config's version details are represented.
- NumHosts double
- The total number of hosts attached to the distributed virtual switch.
- NumNetworks double
- The total number of distributed networks in the distributed virtual switch.
- NumStand doubleAlone Ports 
- Number of stand-alone ports in use.
- NumUplinks double
- Number of uplinks configured in this distributed virtual switch.
- ObjectType string
- Owners List<string>
- Parents
List<GetVirtualization Vmware Distributed Switch Result Parent> 
- PermissionResources List<GetVirtualization Vmware Distributed Switch Result Permission Resource> 
- RegisteredDevices List<GetVirtualization Vmware Distributed Switch Result Registered Device> 
- ResourceAllocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Result Resource Allocation System Traffic> 
- string
- 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.
- SwitchCapacities List<GetVirtualization Vmware Distributed Switch Result Switch Capacity> 
- 
List<GetVirtualization Vmware Distributed Switch Result Tag> 
- Uuid string
- Universally Unique Id of this distributed virtual switch.
- VersionContexts List<GetVirtualization Vmware Distributed Switch Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Distributed Switch Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenters
[]GetVirtualization Vmware Distributed Switch Result Datacenter 
- Description string
- Switch description (user provided), if any.
- DiscoveryProtocols []GetVirtualization Vmware Distributed Switch Result Discovery Protocol 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hosts
[]GetVirtualization Vmware Distributed Switch Result Host 
- Identity string
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- MaxPort float64
- Maximum number of ports allowed on this distributed virtual switch.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- Maximum transmission unit configured on a distributed virtual switch.
- Name string
- User-provided name to identify the switch.
- NetworkIo boolControl 
- If network io control is enabled, will set the value as true.
- NicTeaming []GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover 
- NrVersion string
- The running config's version details are represented.
- NumHosts float64
- The total number of hosts attached to the distributed virtual switch.
- NumNetworks float64
- The total number of distributed networks in the distributed virtual switch.
- NumStand float64Alone Ports 
- Number of stand-alone ports in use.
- NumUplinks float64
- Number of uplinks configured in this distributed virtual switch.
- ObjectType string
- Owners []string
- Parents
[]GetVirtualization Vmware Distributed Switch Result Parent 
- PermissionResources []GetVirtualization Vmware Distributed Switch Result Permission Resource 
- RegisteredDevices []GetVirtualization Vmware Distributed Switch Result Registered Device 
- ResourceAllocation []GetSystem Traffics Virtualization Vmware Distributed Switch Result Resource Allocation System Traffic 
- string
- 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.
- SwitchCapacities []GetVirtualization Vmware Distributed Switch Result Switch Capacity 
- 
[]GetVirtualization Vmware Distributed Switch Result Tag 
- Uuid string
- Universally Unique Id of this distributed virtual switch.
- VersionContexts []GetVirtualization Vmware Distributed Switch Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Distributed Switch Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- datacenters
List<GetVirtualization Vmware Distributed Switch Result Datacenter> 
- description String
- Switch description (user provided), if any.
- discoveryProtocols List<GetVirtualization Vmware Distributed Switch Result Discovery Protocol> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hosts
List<GetVirtualization Vmware Distributed Switch Result Host> 
- identity String
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- maxPort Double
- Maximum number of ports allowed on this distributed virtual switch.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- Maximum transmission unit configured on a distributed virtual switch.
- name String
- User-provided name to identify the switch.
- networkIo BooleanControl 
- If network io control is enabled, will set the value as true.
- nicTeaming List<GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover> 
- nrVersion String
- The running config's version details are represented.
- numHosts Double
- The total number of hosts attached to the distributed virtual switch.
- numNetworks Double
- The total number of distributed networks in the distributed virtual switch.
- numStand DoubleAlone Ports 
- Number of stand-alone ports in use.
- numUplinks Double
- Number of uplinks configured in this distributed virtual switch.
- objectType String
- owners List<String>
- parents
List<GetVirtualization Vmware Distributed Switch Result Parent> 
- permissionResources List<GetVirtualization Vmware Distributed Switch Result Permission Resource> 
- registeredDevices List<GetVirtualization Vmware Distributed Switch Result Registered Device> 
- resourceAllocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Result Resource Allocation System Traffic> 
- String
- 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.
- switchCapacities List<GetVirtualization Vmware Distributed Switch Result Switch Capacity> 
- 
List<GetVirtualization Vmware Distributed Switch Result Tag> 
- uuid String
- Universally Unique Id of this distributed virtual switch.
- versionContexts List<GetVirtualization Vmware Distributed Switch Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Distributed Switch Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- datacenters
GetVirtualization Vmware Distributed Switch Result Datacenter[] 
- description string
- Switch description (user provided), if any.
- discoveryProtocols GetVirtualization Vmware Distributed Switch Result Discovery Protocol[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hosts
GetVirtualization Vmware Distributed Switch Result Host[] 
- identity string
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- maxPort number
- Maximum number of ports allowed on this distributed virtual switch.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- Maximum transmission unit configured on a distributed virtual switch.
- name string
- User-provided name to identify the switch.
- networkIo booleanControl 
- If network io control is enabled, will set the value as true.
- nicTeaming GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover[] 
- nrVersion string
- The running config's version details are represented.
- numHosts number
- The total number of hosts attached to the distributed virtual switch.
- numNetworks number
- The total number of distributed networks in the distributed virtual switch.
- numStand numberAlone Ports 
- Number of stand-alone ports in use.
- numUplinks number
- Number of uplinks configured in this distributed virtual switch.
- objectType string
- owners string[]
- parents
GetVirtualization Vmware Distributed Switch Result Parent[] 
- permissionResources GetVirtualization Vmware Distributed Switch Result Permission Resource[] 
- registeredDevices GetVirtualization Vmware Distributed Switch Result Registered Device[] 
- resourceAllocation GetSystem Traffics Virtualization Vmware Distributed Switch Result Resource Allocation System Traffic[] 
- string
- 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.
- switchCapacities GetVirtualization Vmware Distributed Switch Result Switch Capacity[] 
- 
GetVirtualization Vmware Distributed Switch Result Tag[] 
- uuid string
- Universally Unique Id of this distributed virtual switch.
- versionContexts GetVirtualization Vmware Distributed Switch Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Distributed Switch Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- datacenters
Sequence[GetVirtualization Vmware Distributed Switch Result Datacenter] 
- description str
- Switch description (user provided), if any.
- discovery_protocols Sequence[GetVirtualization Vmware Distributed Switch Result Discovery Protocol] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hosts
Sequence[GetVirtualization Vmware Distributed Switch Result Host] 
- identity str
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- max_port float
- Maximum number of ports allowed on this distributed virtual switch.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- Maximum transmission unit configured on a distributed virtual switch.
- name str
- User-provided name to identify the switch.
- network_io_ boolcontrol 
- If network io control is enabled, will set the value as true.
- nic_teaming_ Sequence[Getand_ failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover] 
- nr_version str
- The running config's version details are represented.
- num_hosts float
- The total number of hosts attached to the distributed virtual switch.
- num_networks float
- The total number of distributed networks in the distributed virtual switch.
- num_stand_ floatalone_ ports 
- Number of stand-alone ports in use.
- num_uplinks float
- Number of uplinks configured in this distributed virtual switch.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVirtualization Vmware Distributed Switch Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Distributed Switch Result Permission Resource] 
- registered_devices Sequence[GetVirtualization Vmware Distributed Switch Result Registered Device] 
- resource_allocation_ Sequence[Getsystem_ traffics Virtualization Vmware Distributed Switch Result Resource Allocation System Traffic] 
- str
- 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.
- switch_capacities Sequence[GetVirtualization Vmware Distributed Switch Result Switch Capacity] 
- 
Sequence[GetVirtualization Vmware Distributed Switch Result Tag] 
- uuid str
- Universally Unique Id of this distributed virtual switch.
- version_contexts Sequence[GetVirtualization Vmware Distributed Switch Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- datacenters List<Property Map>
- description String
- Switch description (user provided), if any.
- discoveryProtocols List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hosts List<Property Map>
- identity String
- The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).
- maxPort Number
- Maximum number of ports allowed on this distributed virtual switch.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- Maximum transmission unit configured on a distributed virtual switch.
- name String
- User-provided name to identify the switch.
- networkIo BooleanControl 
- If network io control is enabled, will set the value as true.
- nicTeaming List<Property Map>And Failovers 
- nrVersion String
- The running config's version details are represented.
- numHosts Number
- The total number of hosts attached to the distributed virtual switch.
- numNetworks Number
- The total number of distributed networks in the distributed virtual switch.
- numStand NumberAlone Ports 
- Number of stand-alone ports in use.
- numUplinks Number
- Number of uplinks configured in this distributed virtual switch.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- resourceAllocation List<Property Map>System Traffics 
- String
- 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.
- switchCapacities List<Property Map>
- List<Property Map>
- uuid String
- Universally Unique Id of this distributed virtual switch.
- versionContexts List<Property Map>
GetVirtualizationVmwareDistributedSwitchResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultDatacenter      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultDiscoveryProtocol       
- AdditionalProperties string
- ClassId string
- ObjectType string
- Operation string
- Type string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Operation string
- Type string
- additionalProperties String
- classId String
- objectType String
- operation String
- type String
- additionalProperties string
- classId string
- objectType string
- operation string
- type string
- additional_properties str
- class_id str
- object_type str
- operation str
- type str
- additionalProperties String
- classId String
- objectType String
- operation String
- type String
GetVirtualizationVmwareDistributedSwitchResultHost      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultNicTeamingAndFailover         
- ActiveAdapters List<string>
- AdditionalProperties string
- ClassId string
- Failback bool
- LoadBalancing string
- Name string
- User-provided name to identify the switch.
- NetworkFailure stringDetection 
- NotifySwitches bool
- ObjectType string
- StandbyAdapters List<string>
- ActiveAdapters []string
- AdditionalProperties string
- ClassId string
- Failback bool
- LoadBalancing string
- Name string
- User-provided name to identify the switch.
- NetworkFailure stringDetection 
- NotifySwitches bool
- ObjectType string
- StandbyAdapters []string
- activeAdapters List<String>
- additionalProperties String
- classId String
- failback Boolean
- loadBalancing String
- name String
- User-provided name to identify the switch.
- networkFailure StringDetection 
- notifySwitches Boolean
- objectType String
- standbyAdapters List<String>
- activeAdapters string[]
- additionalProperties string
- classId string
- failback boolean
- loadBalancing string
- name string
- User-provided name to identify the switch.
- networkFailure stringDetection 
- notifySwitches boolean
- objectType string
- standbyAdapters string[]
- active_adapters Sequence[str]
- additional_properties str
- class_id str
- failback bool
- load_balancing str
- name str
- User-provided name to identify the switch.
- network_failure_ strdetection 
- notify_switches bool
- object_type str
- standby_adapters Sequence[str]
- activeAdapters List<String>
- additionalProperties String
- classId String
- failback Boolean
- loadBalancing String
- name String
- User-provided name to identify the switch.
- networkFailure StringDetection 
- notifySwitches Boolean
- objectType String
- standbyAdapters List<String>
GetVirtualizationVmwareDistributedSwitchResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultResourceAllocationSystemTraffic         
- AdditionalProperties string
- ClassId string
- Limit double
- ObjectType string
- Reservation double
- string
- double
- TrafficType string
- AdditionalProperties string
- ClassId string
- Limit float64
- ObjectType string
- Reservation float64
- string
- float64
- TrafficType string
- additionalProperties String
- classId String
- limit Double
- objectType String
- reservation Double
- String
- Double
- trafficType String
- additionalProperties string
- classId string
- limit number
- objectType string
- reservation number
- string
- number
- trafficType string
- additional_properties str
- class_id str
- limit float
- object_type str
- reservation float
- str
- float
- traffic_type str
- additionalProperties String
- classId String
- limit Number
- objectType String
- reservation Number
- String
- Number
- trafficType String
GetVirtualizationVmwareDistributedSwitchResultSwitchCapacity       
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetVirtualizationVmwareDistributedSwitchResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVirtualizationVmwareDistributedSwitchResultVersionContext       
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The running config's version details are represented.
- ObjectType string
- RefMos List<GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The running config's version details are represented.
- ObjectType string
- RefMos []GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The running config's version details are represented.
- objectType String
- refMos List<GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The running config's version details are represented.
- objectType string
- refMos GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The running config's version details are represented.
- object_type str
- ref_mos Sequence[GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The running config's version details are represented.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareDistributedSwitchResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDistributedSwitchSwitchCapacity      
- AdditionalProperties string
- Capacity double
- The total capacity of the entity (bytes).
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used double
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- AdditionalProperties string
- Capacity float64
- The total capacity of the entity (bytes).
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used float64
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additionalProperties String
- capacity Double
- The total capacity of the entity (bytes).
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Double
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additionalProperties string
- capacity number
- The total capacity of the entity (bytes).
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used number
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additional_properties str
- capacity float
- The total capacity of the entity (bytes).
- 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.
- free float
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used float
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additionalProperties String
- capacity Number
- The total capacity of the entity (bytes).
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Number
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
GetVirtualizationVmwareDistributedSwitchTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareDistributedSwitchVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVirtualization Vmware Distributed Switch Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The running config's version details are represented.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Distributed Switch Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- 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.
- InterestedMos []GetVirtualization Vmware Distributed Switch Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The running config's version details are represented.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Distributed Switch Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- 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.
- interestedMos List<GetVirtualization Vmware Distributed Switch Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The running config's version details are represented.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Distributed Switch Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- 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.
- interestedMos GetVirtualization Vmware Distributed Switch Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The running config's version details are represented.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Distributed Switch Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- 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 intended
to 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
- 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.
- interested_mos Sequence[GetVirtualization Vmware Distributed Switch Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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
- The running config's version details are represented.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Distributed Switch Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- 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.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The running config's version details are represented.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- 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 intended
to 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.
 
GetVirtualizationVmwareDistributedSwitchVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
GetVirtualizationVmwareDistributedSwitchVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet