intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDistributedSwitch
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Distributed Switch Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - Description string
- Switch description (user provided), if any.
- Discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hosts
List<Get
Virtualization 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).
- Max
Port double - Maximum number of ports allowed on this distributed virtual switch.
- Mod
Time 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.
- 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 string - The running config's version details are represented.
- Num
Hosts double - The total number of hosts attached to the distributed virtual switch.
- Num
Networks double - The total number of distributed networks in the distributed virtual switch.
- Num
Stand doubleAlone Ports - Number of stand-alone ports in use.
- Num
Uplinks double - Number of uplinks configured in this distributed virtual switch.
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Distributed Switch Parent - Permission
Resources List<GetVirtualization Vmware Distributed Switch Permission Resource> - Registered
Device GetVirtualization Vmware Distributed Switch Registered Device - Resource
Allocation 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.
- Switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - List<Get
Virtualization Vmware Distributed Switch Tag> - Uuid string
- Universally Unique Id of this distributed virtual switch.
- Version
Context GetVirtualization Vmware Distributed Switch Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Distributed Switch Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - Description string
- Switch description (user provided), if any.
- Discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hosts
[]Get
Virtualization 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).
- Max
Port float64 - Maximum number of ports allowed on this distributed virtual switch.
- Mod
Time 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.
- 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 string - The running config's version details are represented.
- Num
Hosts float64 - The total number of hosts attached to the distributed virtual switch.
- Num
Networks float64 - The total number of distributed networks in the distributed virtual switch.
- Num
Stand float64Alone Ports - Number of stand-alone ports in use.
- Num
Uplinks float64 - Number of uplinks configured in this distributed virtual switch.
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Distributed Switch Parent - Permission
Resources []GetVirtualization Vmware Distributed Switch Permission Resource - Registered
Device GetVirtualization Vmware Distributed Switch Registered Device - Resource
Allocation []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.
- Switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - []Get
Virtualization Vmware Distributed Switch Tag - Uuid string
- Universally Unique Id of this distributed virtual switch.
- Version
Context GetVirtualization Vmware Distributed Switch Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Distributed Switch Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - description String
- Switch description (user provided), if any.
- discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hosts
List<Get
Virtualization 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).
- max
Port Double - Maximum number of ports allowed on this distributed virtual switch.
- mod
Time 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.
- network
Io BooleanControl - 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 String - The running config's version details are represented.
- num
Hosts Double - The total number of hosts attached to the distributed virtual switch.
- num
Networks Double - The total number of distributed networks in the distributed virtual switch.
- num
Stand DoubleAlone Ports - Number of stand-alone ports in use.
- num
Uplinks Double - Number of uplinks configured in this distributed virtual switch.
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Distributed Switch Parent - permission
Resources List<GetVirtualization Vmware Distributed Switch Permission Resource> - registered
Device GetVirtualization Vmware Distributed Switch Registered Device - resource
Allocation 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.
- switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - List<Get
Virtualization Vmware Distributed Switch Tag> - uuid String
- Universally Unique Id of this distributed virtual switch.
- version
Context GetVirtualization Vmware Distributed Switch Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Distributed Switch Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - description string
- Switch description (user provided), if any.
- discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - domain
Group stringMoid - The DomainGroup ID for this managed object.
- hosts
Get
Virtualization 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).
- max
Port number - Maximum number of ports allowed on this distributed virtual switch.
- mod
Time 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.
- network
Io booleanControl - 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 string - The running config's version details are represented.
- num
Hosts number - The total number of hosts attached to the distributed virtual switch.
- num
Networks number - The total number of distributed networks in the distributed virtual switch.
- num
Stand numberAlone Ports - Number of stand-alone ports in use.
- num
Uplinks number - Number of uplinks configured in this distributed virtual switch.
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Distributed Switch Parent - permission
Resources GetVirtualization Vmware Distributed Switch Permission Resource[] - registered
Device GetVirtualization Vmware Distributed Switch Registered Device - resource
Allocation 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.
- switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - Get
Virtualization Vmware Distributed Switch Tag[] - uuid string
- Universally Unique Id of this distributed virtual switch.
- version
Context GetVirtualization Vmware Distributed Switch Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Distributed Switch Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- datacenter
Get
Virtualization 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[Get
Virtualization 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
Get
Virtualization 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[Get
Virtualization Vmware Distributed Switch Tag] - uuid str
- Universally Unique Id of this distributed virtual switch.
- version_
context GetVirtualization Vmware Distributed Switch Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- datacenter Property Map
- description String
- Switch description (user provided), if any.
- discovery
Protocol Property Map - domain
Group 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).
- max
Port Number - Maximum number of ports allowed on this distributed virtual switch.
- mod
Time 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.
- network
Io BooleanControl - If network io control is enabled, will set the value as true.
- nic
Teaming Property MapAnd Failover - nr
Version String - The running config's version details are represented.
- num
Hosts Number - The total number of hosts attached to the distributed virtual switch.
- num
Networks Number - The total number of distributed networks in the distributed virtual switch.
- num
Stand NumberAlone Ports - Number of stand-alone ports in use.
- num
Uplinks Number - Number of uplinks configured in this distributed virtual switch.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - resource
Allocation 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.
- switch
Capacity Property Map - List<Property Map>
- uuid String
- Universally Unique Id of this distributed virtual switch.
- version
Context Property Map
getVirtualizationVmwareDistributedSwitch Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Vmware Distributed Switch Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Distributed Switch Ancestor> - Class
Id string - Create
Time string - Datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - Description string
- Discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - Domain
Group stringMoid - Hosts
List<Get
Virtualization Vmware Distributed Switch Host> - Identity string
- Max
Port double - Mod
Time string - Moid string
- Mtu double
- Name string
- Network
Io boolControl - Nic
Teaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover - Nr
Version string - Num
Hosts double - Num
Networks double - Num
Stand doubleAlone Ports - Num
Uplinks double - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Distributed Switch Parent - Permission
Resources List<GetVirtualization Vmware Distributed Switch Permission Resource> - Registered
Device GetVirtualization Vmware Distributed Switch Registered Device - Resource
Allocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic> - string
- Switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - List<Get
Virtualization Vmware Distributed Switch Tag> - Uuid string
- Version
Context GetVirtualization Vmware Distributed Switch Version Context
- Id string
- Results
[]Get
Virtualization Vmware Distributed Switch Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Distributed Switch Ancestor - Class
Id string - Create
Time string - Datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - Description string
- Discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - Domain
Group stringMoid - Hosts
[]Get
Virtualization Vmware Distributed Switch Host - Identity string
- Max
Port float64 - Mod
Time string - Moid string
- Mtu float64
- Name string
- Network
Io boolControl - Nic
Teaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover - Nr
Version string - Num
Hosts float64 - Num
Networks float64 - Num
Stand float64Alone Ports - Num
Uplinks float64 - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Distributed Switch Parent - Permission
Resources []GetVirtualization Vmware Distributed Switch Permission Resource - Registered
Device GetVirtualization Vmware Distributed Switch Registered Device - Resource
Allocation []GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic - string
- Switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - []Get
Virtualization Vmware Distributed Switch Tag - Uuid string
- Version
Context GetVirtualization Vmware Distributed Switch Version Context
- id String
- results
List<Get
Virtualization Vmware Distributed Switch Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Distributed Switch Ancestor> - class
Id String - create
Time String - datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - description String
- discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - domain
Group StringMoid - hosts
List<Get
Virtualization Vmware Distributed Switch Host> - identity String
- max
Port Double - mod
Time String - moid String
- mtu Double
- name String
- network
Io BooleanControl - nic
Teaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover - nr
Version String - num
Hosts Double - num
Networks Double - num
Stand DoubleAlone Ports - num
Uplinks Double - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Distributed Switch Parent - permission
Resources List<GetVirtualization Vmware Distributed Switch Permission Resource> - registered
Device GetVirtualization Vmware Distributed Switch Registered Device - resource
Allocation List<GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic> - String
- switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - List<Get
Virtualization Vmware Distributed Switch Tag> - uuid String
- version
Context GetVirtualization Vmware Distributed Switch Version Context
- id string
- results
Get
Virtualization Vmware Distributed Switch Result[] - account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Distributed Switch Ancestor[] - class
Id string - create
Time string - datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - description string
- discovery
Protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - domain
Group stringMoid - hosts
Get
Virtualization Vmware Distributed Switch Host[] - identity string
- max
Port number - mod
Time string - moid string
- mtu number
- name string
- network
Io booleanControl - nic
Teaming GetAnd Failover Virtualization Vmware Distributed Switch Nic Teaming And Failover - nr
Version string - num
Hosts number - num
Networks number - num
Stand numberAlone Ports - num
Uplinks number - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Distributed Switch Parent - permission
Resources GetVirtualization Vmware Distributed Switch Permission Resource[] - registered
Device GetVirtualization Vmware Distributed Switch Registered Device - resource
Allocation GetSystem Traffics Virtualization Vmware Distributed Switch Resource Allocation System Traffic[] - string
- switch
Capacity GetVirtualization Vmware Distributed Switch Switch Capacity - Get
Virtualization Vmware Distributed Switch Tag[] - uuid string
- version
Context GetVirtualization Vmware Distributed Switch Version Context
- id str
- results
Sequence[Get
Virtualization Vmware Distributed Switch Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Distributed Switch Ancestor] - class_
id str - create_
time str - datacenter
Get
Virtualization Vmware Distributed Switch Datacenter - description str
- discovery_
protocol GetVirtualization Vmware Distributed Switch Discovery Protocol - domain_
group_ strmoid - hosts
Sequence[Get
Virtualization 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
Get
Virtualization 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[Get
Virtualization Vmware Distributed Switch Tag] - uuid str
- version_
context GetVirtualization Vmware Distributed Switch Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - datacenter Property Map
- description String
- discovery
Protocol Property Map - domain
Group StringMoid - hosts List<Property Map>
- identity String
- max
Port Number - mod
Time String - moid String
- mtu Number
- name String
- network
Io BooleanControl - nic
Teaming Property MapAnd Failover - nr
Version String - num
Hosts Number - num
Networks Number - num
Stand NumberAlone Ports - num
Uplinks Number - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - resource
Allocation List<Property Map>System Traffics - String
- switch
Capacity Property Map - List<Property Map>
- uuid String
- version
Context Property Map
Supporting Types
GetVirtualizationVmwareDistributedSwitchAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Active
Adapters List<string> - Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 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.
- Network
Failure 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.
- Notify
Switches bool - Determines how network traffic is distributed between the network adapters in a NIC team.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Standby
Adapters List<string>
- Active
Adapters []string - Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 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.
- Network
Failure 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.
- Notify
Switches bool - Determines how network traffic is distributed between the network adapters in a NIC team.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Standby
Adapters []string
- active
Adapters List<String> - additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- load
Balancing 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.
- network
Failure 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.
- notify
Switches Boolean - Determines how network traffic is distributed between the network adapters in a NIC team.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standby
Adapters List<String>
- active
Adapters string[] - additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- load
Balancing 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.
- network
Failure 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.
- notify
Switches boolean - Determines how network traffic is distributed between the network adapters in a NIC team.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standby
Adapters 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]
- active
Adapters List<String> - additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- load
Balancing 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.
- network
Failure 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.
- notify
Switches Boolean - Determines how network traffic is distributed between the network adapters in a NIC team.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- standby
Adapters List<String>
GetVirtualizationVmwareDistributedSwitchParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- Traffic
Type string - Key of the host infrastructure resource.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- Traffic
Type string - Key of the host infrastructure resource.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- traffic
Type String - Key of the host infrastructure resource.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- traffic
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- traffic
Type String - Key of the host infrastructure resource.
GetVirtualizationVmwareDistributedSwitchResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Distributed Switch Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenters
List<Get
Virtualization Vmware Distributed Switch Result Datacenter> - Description string
- Switch description (user provided), if any.
- Discovery
Protocols List<GetVirtualization Vmware Distributed Switch Result Discovery Protocol> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hosts
List<Get
Virtualization 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).
- Max
Port double - Maximum number of ports allowed on this distributed virtual switch.
- Mod
Time 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.
- Network
Io boolControl - If network io control is enabled, will set the value as true.
- Nic
Teaming List<GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover> - Nr
Version string - The running config's version details are represented.
- Num
Hosts double - The total number of hosts attached to the distributed virtual switch.
- Num
Networks double - The total number of distributed networks in the distributed virtual switch.
- Num
Stand doubleAlone Ports - Number of stand-alone ports in use.
- Num
Uplinks double - Number of uplinks configured in this distributed virtual switch.
- Object
Type string - Owners List<string>
- Parents
List<Get
Virtualization Vmware Distributed Switch Result Parent> - Permission
Resources List<GetVirtualization Vmware Distributed Switch Result Permission Resource> - Registered
Devices List<GetVirtualization Vmware Distributed Switch Result Registered Device> - Resource
Allocation 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.
- Switch
Capacities List<GetVirtualization Vmware Distributed Switch Result Switch Capacity> - List<Get
Virtualization Vmware Distributed Switch Result Tag> - Uuid string
- Universally Unique Id of this distributed virtual switch.
- Version
Contexts List<GetVirtualization Vmware Distributed Switch Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Distributed Switch Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenters
[]Get
Virtualization Vmware Distributed Switch Result Datacenter - Description string
- Switch description (user provided), if any.
- Discovery
Protocols []GetVirtualization Vmware Distributed Switch Result Discovery Protocol - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hosts
[]Get
Virtualization 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).
- Max
Port float64 - Maximum number of ports allowed on this distributed virtual switch.
- Mod
Time 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.
- Network
Io boolControl - If network io control is enabled, will set the value as true.
- Nic
Teaming []GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover - Nr
Version string - The running config's version details are represented.
- Num
Hosts float64 - The total number of hosts attached to the distributed virtual switch.
- Num
Networks float64 - The total number of distributed networks in the distributed virtual switch.
- Num
Stand float64Alone Ports - Number of stand-alone ports in use.
- Num
Uplinks float64 - Number of uplinks configured in this distributed virtual switch.
- Object
Type string - Owners []string
- Parents
[]Get
Virtualization Vmware Distributed Switch Result Parent - Permission
Resources []GetVirtualization Vmware Distributed Switch Result Permission Resource - Registered
Devices []GetVirtualization Vmware Distributed Switch Result Registered Device - Resource
Allocation []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.
- Switch
Capacities []GetVirtualization Vmware Distributed Switch Result Switch Capacity - []Get
Virtualization Vmware Distributed Switch Result Tag - Uuid string
- Universally Unique Id of this distributed virtual switch.
- Version
Contexts []GetVirtualization Vmware Distributed Switch Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Distributed Switch Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- datacenters
List<Get
Virtualization Vmware Distributed Switch Result Datacenter> - description String
- Switch description (user provided), if any.
- discovery
Protocols List<GetVirtualization Vmware Distributed Switch Result Discovery Protocol> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hosts
List<Get
Virtualization 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).
- max
Port Double - Maximum number of ports allowed on this distributed virtual switch.
- mod
Time 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.
- network
Io BooleanControl - If network io control is enabled, will set the value as true.
- nic
Teaming List<GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover> - nr
Version String - The running config's version details are represented.
- num
Hosts Double - The total number of hosts attached to the distributed virtual switch.
- num
Networks Double - The total number of distributed networks in the distributed virtual switch.
- num
Stand DoubleAlone Ports - Number of stand-alone ports in use.
- num
Uplinks Double - Number of uplinks configured in this distributed virtual switch.
- object
Type String - owners List<String>
- parents
List<Get
Virtualization Vmware Distributed Switch Result Parent> - permission
Resources List<GetVirtualization Vmware Distributed Switch Result Permission Resource> - registered
Devices List<GetVirtualization Vmware Distributed Switch Result Registered Device> - resource
Allocation 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.
- switch
Capacities List<GetVirtualization Vmware Distributed Switch Result Switch Capacity> - List<Get
Virtualization Vmware Distributed Switch Result Tag> - uuid String
- Universally Unique Id of this distributed virtual switch.
- version
Contexts List<GetVirtualization Vmware Distributed Switch Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Distributed Switch Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- datacenters
Get
Virtualization Vmware Distributed Switch Result Datacenter[] - description string
- Switch description (user provided), if any.
- discovery
Protocols GetVirtualization Vmware Distributed Switch Result Discovery Protocol[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- hosts
Get
Virtualization 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).
- max
Port number - Maximum number of ports allowed on this distributed virtual switch.
- mod
Time 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.
- network
Io booleanControl - If network io control is enabled, will set the value as true.
- nic
Teaming GetAnd Failovers Virtualization Vmware Distributed Switch Result Nic Teaming And Failover[] - nr
Version string - The running config's version details are represented.
- num
Hosts number - The total number of hosts attached to the distributed virtual switch.
- num
Networks number - The total number of distributed networks in the distributed virtual switch.
- num
Stand numberAlone Ports - Number of stand-alone ports in use.
- num
Uplinks number - Number of uplinks configured in this distributed virtual switch.
- object
Type string - owners string[]
- parents
Get
Virtualization Vmware Distributed Switch Result Parent[] - permission
Resources GetVirtualization Vmware Distributed Switch Result Permission Resource[] - registered
Devices GetVirtualization Vmware Distributed Switch Result Registered Device[] - resource
Allocation 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.
- switch
Capacities GetVirtualization Vmware Distributed Switch Result Switch Capacity[] - Get
Virtualization Vmware Distributed Switch Result Tag[] - uuid string
- Universally Unique Id of this distributed virtual switch.
- version
Contexts GetVirtualization Vmware Distributed Switch Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Distributed Switch Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- datacenters
Sequence[Get
Virtualization 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[Get
Virtualization 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[Get
Virtualization 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[Get
Virtualization 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- datacenters List<Property Map>
- description String
- Switch description (user provided), if any.
- discovery
Protocols List<Property Map> - domain
Group 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).
- max
Port Number - Maximum number of ports allowed on this distributed virtual switch.
- mod
Time 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.
- network
Io BooleanControl - If network io control is enabled, will set the value as true.
- nic
Teaming List<Property Map>And Failovers - nr
Version String - The running config's version details are represented.
- num
Hosts Number - The total number of hosts attached to the distributed virtual switch.
- num
Networks Number - The total number of distributed networks in the distributed virtual switch.
- num
Stand NumberAlone Ports - Number of stand-alone ports in use.
- num
Uplinks Number - Number of uplinks configured in this distributed virtual switch.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - registered
Devices List<Property Map> - resource
Allocation 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.
- switch
Capacities List<Property Map> - List<Property Map>
- uuid String
- Universally Unique Id of this distributed virtual switch.
- version
Contexts List<Property Map>
GetVirtualizationVmwareDistributedSwitchResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultDatacenter
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultDiscoveryProtocol
- Additional
Properties string - Class
Id string - Object
Type string - Operation string
- Type string
- Additional
Properties string - Class
Id string - Object
Type string - Operation string
- Type string
- additional
Properties String - class
Id String - object
Type String - operation String
- type String
- additional
Properties string - class
Id string - object
Type string - operation string
- type string
- additional_
properties str - class_
id str - object_
type str - operation str
- type str
- additional
Properties String - class
Id String - object
Type String - operation String
- type String
GetVirtualizationVmwareDistributedSwitchResultHost
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultNicTeamingAndFailover
- Active
Adapters List<string> - Additional
Properties string - Class
Id string - Failback bool
- Load
Balancing string - Name string
- User-provided name to identify the switch.
- Network
Failure stringDetection - Notify
Switches bool - Object
Type string - Standby
Adapters List<string>
- Active
Adapters []string - Additional
Properties string - Class
Id string - Failback bool
- Load
Balancing string - Name string
- User-provided name to identify the switch.
- Network
Failure stringDetection - Notify
Switches bool - Object
Type string - Standby
Adapters []string
- active
Adapters List<String> - additional
Properties String - class
Id String - failback Boolean
- load
Balancing String - name String
- User-provided name to identify the switch.
- network
Failure StringDetection - notify
Switches Boolean - object
Type String - standby
Adapters List<String>
- active
Adapters string[] - additional
Properties string - class
Id string - failback boolean
- load
Balancing string - name string
- User-provided name to identify the switch.
- network
Failure stringDetection - notify
Switches boolean - object
Type string - standby
Adapters 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]
- active
Adapters List<String> - additional
Properties String - class
Id String - failback Boolean
- load
Balancing String - name String
- User-provided name to identify the switch.
- network
Failure StringDetection - notify
Switches Boolean - object
Type String - standby
Adapters List<String>
GetVirtualizationVmwareDistributedSwitchResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultResourceAllocationSystemTraffic
- Additional
Properties string - Class
Id string - Limit double
- Object
Type string - Reservation double
- string
- double
- Traffic
Type string
- Additional
Properties string - Class
Id string - Limit float64
- Object
Type string - Reservation float64
- string
- float64
- Traffic
Type string
- additional
Properties String - class
Id String - limit Double
- object
Type String - reservation Double
- String
- Double
- traffic
Type String
- additional
Properties string - class
Id string - limit number
- object
Type string - reservation number
- string
- number
- traffic
Type string
- additional_
properties str - class_
id str - limit float
- object_
type str - reservation float
- str
- float
- traffic_
type str
- additional
Properties String - class
Id String - limit Number
- object
Type String - reservation Number
- String
- Number
- traffic
Type String
GetVirtualizationVmwareDistributedSwitchResultSwitchCapacity
- Additional
Properties string - Capacity double
- Class
Id string - Free double
- Object
Type string - Used double
- Additional
Properties string - Capacity float64
- Class
Id string - Free float64
- Object
Type string - Used float64
- additional
Properties String - capacity Double
- class
Id String - free Double
- object
Type String - used Double
- additional
Properties string - capacity number
- class
Id string - free number
- object
Type string - used number
- additional_
properties str - capacity float
- class_
id str - free float
- object_
type str - used float
- additional
Properties String - capacity Number
- class
Id String - free Number
- object
Type String - used Number
GetVirtualizationVmwareDistributedSwitchResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVirtualizationVmwareDistributedSwitchResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - The running config's version details are represented.
- Object
Type string - Ref
Mos List<GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - The running config's version details are represented.
- Object
Type string - Ref
Mos []GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - The running config's version details are represented.
- object
Type String - ref
Mos List<GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetVirtualization Vmware Distributed Switch Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - The running config's version details are represented.
- object
Type string - ref
Mos GetVirtualization Vmware Distributed Switch Result Version Context Ref Mo[] - timestamp string
- version
Type 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
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - The running config's version details are represented.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationVmwareDistributedSwitchResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDistributedSwitchSwitchCapacity
- Additional
Properties string - Capacity double
- The total capacity of the entity (bytes).
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- Additional
Properties string - Capacity float64
- The total capacity of the entity (bytes).
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- additional
Properties String - capacity Double
- The total capacity of the entity (bytes).
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- additional
Properties string - capacity number
- The total capacity of the entity (bytes).
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- additional
Properties String - capacity Number
- The total capacity of the entity (bytes).
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareDistributedSwitchVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<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 string - The running config's version details are represented.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []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 string - The running config's version details are represented.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetVirtualization Vmware Distributed Switch Version Context Interested Mo> - marked
For 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.
- nr
Version String - The running config's version details are represented.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetVirtualization Vmware Distributed Switch Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The running config's version details are represented.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The running config's version details are represented.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet