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

intersight.getVirtualizationVmwareVirtualSwitch

Explore with Pulumi AI

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

    The VMware Virtual Switch object is represented here.

    Using getVirtualizationVmwareVirtualSwitch

    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 getVirtualizationVmwareVirtualSwitch(args: GetVirtualizationVmwareVirtualSwitchArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareVirtualSwitchResult>
    function getVirtualizationVmwareVirtualSwitchOutput(args: GetVirtualizationVmwareVirtualSwitchOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareVirtualSwitchResult>
    def get_virtualization_vmware_virtual_switch(account_moid: Optional[str] = None,
                                                 additional_properties: Optional[str] = None,
                                                 ancestors: Optional[Sequence[GetVirtualizationVmwareVirtualSwitchAncestor]] = None,
                                                 class_id: Optional[str] = None,
                                                 create_time: Optional[str] = None,
                                                 domain_group_moid: Optional[str] = None,
                                                 forged_transmits: Optional[str] = None,
                                                 host: Optional[GetVirtualizationVmwareVirtualSwitchHost] = None,
                                                 id: Optional[str] = None,
                                                 identity: Optional[str] = None,
                                                 mac_address_changes: Optional[str] = None,
                                                 mod_time: Optional[str] = None,
                                                 moid: Optional[str] = None,
                                                 mtu: Optional[float] = None,
                                                 name: Optional[str] = None,
                                                 nic_teaming_and_failover: Optional[GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover] = None,
                                                 num_networks: Optional[float] = None,
                                                 num_physical_network_interfaces: Optional[float] = None,
                                                 object_type: Optional[str] = None,
                                                 owners: Optional[Sequence[str]] = None,
                                                 parent: Optional[GetVirtualizationVmwareVirtualSwitchParent] = None,
                                                 permission_resources: Optional[Sequence[GetVirtualizationVmwareVirtualSwitchPermissionResource]] = None,
                                                 promiscuous_mode: Optional[str] = None,
                                                 registered_device: Optional[GetVirtualizationVmwareVirtualSwitchRegisteredDevice] = None,
                                                 shared_scope: Optional[str] = None,
                                                 tags: Optional[Sequence[GetVirtualizationVmwareVirtualSwitchTag]] = None,
                                                 version_context: Optional[GetVirtualizationVmwareVirtualSwitchVersionContext] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareVirtualSwitchResult
    def get_virtualization_vmware_virtual_switch_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualSwitchAncestorArgs]]]] = None,
                                                 class_id: Optional[pulumi.Input[str]] = None,
                                                 create_time: Optional[pulumi.Input[str]] = None,
                                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                 forged_transmits: Optional[pulumi.Input[str]] = None,
                                                 host: Optional[pulumi.Input[GetVirtualizationVmwareVirtualSwitchHostArgs]] = None,
                                                 id: Optional[pulumi.Input[str]] = None,
                                                 identity: Optional[pulumi.Input[str]] = None,
                                                 mac_address_changes: Optional[pulumi.Input[str]] = 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,
                                                 nic_teaming_and_failover: Optional[pulumi.Input[GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailoverArgs]] = None,
                                                 num_networks: Optional[pulumi.Input[float]] = None,
                                                 num_physical_network_interfaces: 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[GetVirtualizationVmwareVirtualSwitchParentArgs]] = None,
                                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualSwitchPermissionResourceArgs]]]] = None,
                                                 promiscuous_mode: Optional[pulumi.Input[str]] = None,
                                                 registered_device: Optional[pulumi.Input[GetVirtualizationVmwareVirtualSwitchRegisteredDeviceArgs]] = None,
                                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualSwitchTagArgs]]]] = None,
                                                 version_context: Optional[pulumi.Input[GetVirtualizationVmwareVirtualSwitchVersionContextArgs]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareVirtualSwitchResult]
    func LookupVirtualizationVmwareVirtualSwitch(ctx *Context, args *LookupVirtualizationVmwareVirtualSwitchArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareVirtualSwitchResult, error)
    func LookupVirtualizationVmwareVirtualSwitchOutput(ctx *Context, args *LookupVirtualizationVmwareVirtualSwitchOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareVirtualSwitchResultOutput

    > Note: This function is named LookupVirtualizationVmwareVirtualSwitch in the Go SDK.

    public static class GetVirtualizationVmwareVirtualSwitch 
    {
        public static Task<GetVirtualizationVmwareVirtualSwitchResult> InvokeAsync(GetVirtualizationVmwareVirtualSwitchArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualizationVmwareVirtualSwitchResult> Invoke(GetVirtualizationVmwareVirtualSwitchInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualizationVmwareVirtualSwitchResult> getVirtualizationVmwareVirtualSwitch(GetVirtualizationVmwareVirtualSwitchArgs args, InvokeOptions options)
    public static Output<GetVirtualizationVmwareVirtualSwitchResult> getVirtualizationVmwareVirtualSwitch(GetVirtualizationVmwareVirtualSwitchArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVirtualizationVmwareVirtualSwitch:getVirtualizationVmwareVirtualSwitch
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareVirtualSwitchAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgedTransmits string
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    Host GetVirtualizationVmwareVirtualSwitchHost
    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).
    MacAddressChanges string
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit configured on a virtual switch.
    Name string
    User-provided name to identify the switch.
    NicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    NumNetworks double
    Number of networks available on this virtual switch.
    NumPhysicalNetworkInterfaces double
    Number of physical network interfaces connected with this virtual switch.
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareVirtualSwitchParent
    PermissionResources List<GetVirtualizationVmwareVirtualSwitchPermissionResource>
    PromiscuousMode string
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    RegisteredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    SharedScope 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.
    Tags List<GetVirtualizationVmwareVirtualSwitchTag>
    VersionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareVirtualSwitchAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgedTransmits string
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    Host GetVirtualizationVmwareVirtualSwitchHost
    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).
    MacAddressChanges string
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit configured on a virtual switch.
    Name string
    User-provided name to identify the switch.
    NicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    NumNetworks float64
    Number of networks available on this virtual switch.
    NumPhysicalNetworkInterfaces float64
    Number of physical network interfaces connected with this virtual switch.
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareVirtualSwitchParent
    PermissionResources []GetVirtualizationVmwareVirtualSwitchPermissionResource
    PromiscuousMode string
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    RegisteredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    SharedScope 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.
    Tags []GetVirtualizationVmwareVirtualSwitchTag
    VersionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareVirtualSwitchAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgedTransmits String
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    host GetVirtualizationVmwareVirtualSwitchHost
    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).
    macAddressChanges String
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit configured on a virtual switch.
    name String
    User-provided name to identify the switch.
    nicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    numNetworks Double
    Number of networks available on this virtual switch.
    numPhysicalNetworkInterfaces Double
    Number of physical network interfaces connected with this virtual switch.
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareVirtualSwitchParent
    permissionResources List<GetVirtualizationVmwareVirtualSwitchPermissionResource>
    promiscuousMode String
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registeredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    sharedScope 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.
    tags List<GetVirtualizationVmwareVirtualSwitchTag>
    versionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareVirtualSwitchAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    forgedTransmits string
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    host GetVirtualizationVmwareVirtualSwitchHost
    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).
    macAddressChanges string
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit configured on a virtual switch.
    name string
    User-provided name to identify the switch.
    nicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    numNetworks number
    Number of networks available on this virtual switch.
    numPhysicalNetworkInterfaces number
    Number of physical network interfaces connected with this virtual switch.
    objectType string
    owners string[]
    parent GetVirtualizationVmwareVirtualSwitchParent
    permissionResources GetVirtualizationVmwareVirtualSwitchPermissionResource[]
    promiscuousMode string
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registeredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    sharedScope 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.
    tags GetVirtualizationVmwareVirtualSwitchTag[]
    versionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareVirtualSwitchAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    forged_transmits str
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    host GetVirtualizationVmwareVirtualSwitchHost
    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).
    mac_address_changes str
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    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 virtual switch.
    name str
    User-provided name to identify the switch.
    nic_teaming_and_failover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    num_networks float
    Number of networks available on this virtual switch.
    num_physical_network_interfaces float
    Number of physical network interfaces connected with this virtual switch.
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareVirtualSwitchParent
    permission_resources Sequence[GetVirtualizationVmwareVirtualSwitchPermissionResource]
    promiscuous_mode str
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registered_device GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    shared_scope 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.
    tags Sequence[GetVirtualizationVmwareVirtualSwitchTag]
    version_context GetVirtualizationVmwareVirtualSwitchVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgedTransmits String
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    host 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).
    macAddressChanges String
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit configured on a virtual switch.
    name String
    User-provided name to identify the switch.
    nicTeamingAndFailover Property Map
    numNetworks Number
    Number of networks available on this virtual switch.
    numPhysicalNetworkInterfaces Number
    Number of physical network interfaces connected with this virtual switch.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    promiscuousMode String
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registeredDevice Property Map
    sharedScope 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.
    tags List<Property Map>
    versionContext Property Map

    getVirtualizationVmwareVirtualSwitch Result

    The following output properties are available:

    Id string
    Results List<GetVirtualizationVmwareVirtualSwitchResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareVirtualSwitchAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    ForgedTransmits string
    Host GetVirtualizationVmwareVirtualSwitchHost
    Identity string
    MacAddressChanges string
    ModTime string
    Moid string
    Mtu double
    Name string
    NicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    NumNetworks double
    NumPhysicalNetworkInterfaces double
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareVirtualSwitchParent
    PermissionResources List<GetVirtualizationVmwareVirtualSwitchPermissionResource>
    PromiscuousMode string
    RegisteredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    SharedScope string
    Tags List<GetVirtualizationVmwareVirtualSwitchTag>
    VersionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    Id string
    Results []GetVirtualizationVmwareVirtualSwitchResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareVirtualSwitchAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    ForgedTransmits string
    Host GetVirtualizationVmwareVirtualSwitchHost
    Identity string
    MacAddressChanges string
    ModTime string
    Moid string
    Mtu float64
    Name string
    NicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    NumNetworks float64
    NumPhysicalNetworkInterfaces float64
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareVirtualSwitchParent
    PermissionResources []GetVirtualizationVmwareVirtualSwitchPermissionResource
    PromiscuousMode string
    RegisteredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    SharedScope string
    Tags []GetVirtualizationVmwareVirtualSwitchTag
    VersionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    id String
    results List<GetVirtualizationVmwareVirtualSwitchResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetVirtualizationVmwareVirtualSwitchAncestor>
    classId String
    createTime String
    domainGroupMoid String
    forgedTransmits String
    host GetVirtualizationVmwareVirtualSwitchHost
    identity String
    macAddressChanges String
    modTime String
    moid String
    mtu Double
    name String
    nicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    numNetworks Double
    numPhysicalNetworkInterfaces Double
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareVirtualSwitchParent
    permissionResources List<GetVirtualizationVmwareVirtualSwitchPermissionResource>
    promiscuousMode String
    registeredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    sharedScope String
    tags List<GetVirtualizationVmwareVirtualSwitchTag>
    versionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    id string
    results GetVirtualizationVmwareVirtualSwitchResult[]
    accountMoid string
    additionalProperties string
    ancestors GetVirtualizationVmwareVirtualSwitchAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    forgedTransmits string
    host GetVirtualizationVmwareVirtualSwitchHost
    identity string
    macAddressChanges string
    modTime string
    moid string
    mtu number
    name string
    nicTeamingAndFailover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    numNetworks number
    numPhysicalNetworkInterfaces number
    objectType string
    owners string[]
    parent GetVirtualizationVmwareVirtualSwitchParent
    permissionResources GetVirtualizationVmwareVirtualSwitchPermissionResource[]
    promiscuousMode string
    registeredDevice GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    sharedScope string
    tags GetVirtualizationVmwareVirtualSwitchTag[]
    versionContext GetVirtualizationVmwareVirtualSwitchVersionContext
    id str
    results Sequence[GetVirtualizationVmwareVirtualSwitchResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareVirtualSwitchAncestor]
    class_id str
    create_time str
    domain_group_moid str
    forged_transmits str
    host GetVirtualizationVmwareVirtualSwitchHost
    identity str
    mac_address_changes str
    mod_time str
    moid str
    mtu float
    name str
    nic_teaming_and_failover GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover
    num_networks float
    num_physical_network_interfaces float
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareVirtualSwitchParent
    permission_resources Sequence[GetVirtualizationVmwareVirtualSwitchPermissionResource]
    promiscuous_mode str
    registered_device GetVirtualizationVmwareVirtualSwitchRegisteredDevice
    shared_scope str
    tags Sequence[GetVirtualizationVmwareVirtualSwitchTag]
    version_context GetVirtualizationVmwareVirtualSwitchVersionContext

    Supporting Types

    GetVirtualizationVmwareVirtualSwitchAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetVirtualizationVmwareVirtualSwitchHost

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetVirtualizationVmwareVirtualSwitchNicTeamingAndFailover

    ActiveAdapters List<string>
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Failback bool
    By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
    LoadBalancing string
    Determines how network traffic is distributed between the network adapters in a NIC team.

    • loadbalanceIP - Load balance based on IP hash.
    • loadbalanceSrcmac - Route based on source MAC hash.
    • loadbalanceSrcid - Route based on originating virtual port.
    • failoverExplicit - Use explicit failover order.
    • loadbalanceSrcnic - Route based on physical NIC load.
    Name string
    User-provided name to identify the switch.
    NetworkFailureDetection string
    Methods used by network component for failover detection.

    • linkStatus - This option detects failures such as removed cables and physical switch power failures.
    • beaconProbing - Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
    NotifySwitches bool
    Determines how network traffic is distributed between the network adapters in a NIC team.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    StandbyAdapters List<string>
    ActiveAdapters []string
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Failback bool
    By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
    LoadBalancing string
    Determines how network traffic is distributed between the network adapters in a NIC team.

    • loadbalanceIP - Load balance based on IP hash.
    • loadbalanceSrcmac - Route based on source MAC hash.
    • loadbalanceSrcid - Route based on originating virtual port.
    • failoverExplicit - Use explicit failover order.
    • loadbalanceSrcnic - Route based on physical NIC load.
    Name string
    User-provided name to identify the switch.
    NetworkFailureDetection string
    Methods used by network component for failover detection.

    • linkStatus - This option detects failures such as removed cables and physical switch power failures.
    • beaconProbing - Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
    NotifySwitches bool
    Determines how network traffic is distributed between the network adapters in a NIC team.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    StandbyAdapters []string
    activeAdapters List<String>
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    failback Boolean
    By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
    loadBalancing String
    Determines how network traffic is distributed between the network adapters in a NIC team.

    • loadbalanceIP - Load balance based on IP hash.
    • loadbalanceSrcmac - Route based on source MAC hash.
    • loadbalanceSrcid - Route based on originating virtual port.
    • failoverExplicit - Use explicit failover order.
    • loadbalanceSrcnic - Route based on physical NIC load.
    name String
    User-provided name to identify the switch.
    networkFailureDetection String
    Methods used by network component for failover detection.

    • linkStatus - This option detects failures such as removed cables and physical switch power failures.
    • beaconProbing - Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
    notifySwitches Boolean
    Determines how network traffic is distributed between the network adapters in a NIC team.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    standbyAdapters List<String>
    activeAdapters string[]
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    failback boolean
    By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
    loadBalancing string
    Determines how network traffic is distributed between the network adapters in a NIC team.

    • loadbalanceIP - Load balance based on IP hash.
    • loadbalanceSrcmac - Route based on source MAC hash.
    • loadbalanceSrcid - Route based on originating virtual port.
    • failoverExplicit - Use explicit failover order.
    • loadbalanceSrcnic - Route based on physical NIC load.
    name string
    User-provided name to identify the switch.
    networkFailureDetection string
    Methods used by network component for failover detection.

    • linkStatus - This option detects failures such as removed cables and physical switch power failures.
    • beaconProbing - Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
    notifySwitches boolean
    Determines how network traffic is distributed between the network adapters in a NIC team.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    standbyAdapters string[]
    active_adapters Sequence[str]
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    failback bool
    By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
    load_balancing str
    Determines how network traffic is distributed between the network adapters in a NIC team.

    • loadbalanceIP - Load balance based on IP hash.
    • loadbalanceSrcmac - Route based on source MAC hash.
    • loadbalanceSrcid - Route based on originating virtual port.
    • failoverExplicit - Use explicit failover order.
    • loadbalanceSrcnic - Route based on physical NIC load.
    name str
    User-provided name to identify the switch.
    network_failure_detection str
    Methods used by network component for failover detection.

    • linkStatus - This option detects failures such as removed cables and physical switch power failures.
    • beaconProbing - Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
    notify_switches bool
    Determines how network traffic is distributed between the network adapters in a NIC team.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    standby_adapters Sequence[str]
    activeAdapters List<String>
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    failback Boolean
    By default, a failback policy is enabled on a NIC team. If a failed physical NIC returns online, the network component sets the NIC back to active by replacing the standby NIC that took over its slot.
    loadBalancing String
    Determines how network traffic is distributed between the network adapters in a NIC team.

    • loadbalanceIP - Load balance based on IP hash.
    • loadbalanceSrcmac - Route based on source MAC hash.
    • loadbalanceSrcid - Route based on originating virtual port.
    • failoverExplicit - Use explicit failover order.
    • loadbalanceSrcnic - Route based on physical NIC load.
    name String
    User-provided name to identify the switch.
    networkFailureDetection String
    Methods used by network component for failover detection.

    • linkStatus - This option detects failures such as removed cables and physical switch power failures.
    • beaconProbing - Sends out and listens for beacon probes on all NICs in the team, and uses this information, in addition to link status, to determine link failure. ESXi sends beacon packets every second.
    notifySwitches Boolean
    Determines how network traffic is distributed between the network adapters in a NIC team.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    standbyAdapters List<String>

    GetVirtualizationVmwareVirtualSwitchParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetVirtualizationVmwareVirtualSwitchPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetVirtualizationVmwareVirtualSwitchRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetVirtualizationVmwareVirtualSwitchResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareVirtualSwitchResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgedTransmits string
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    Hosts List<GetVirtualizationVmwareVirtualSwitchResultHost>
    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).
    MacAddressChanges string
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit configured on a virtual switch.
    Name string
    User-provided name to identify the switch.
    NicTeamingAndFailovers List<GetVirtualizationVmwareVirtualSwitchResultNicTeamingAndFailover>
    NumNetworks double
    Number of networks available on this virtual switch.
    NumPhysicalNetworkInterfaces double
    Number of physical network interfaces connected with this virtual switch.
    ObjectType string
    Owners List<string>
    Parents List<GetVirtualizationVmwareVirtualSwitchResultParent>
    PermissionResources List<GetVirtualizationVmwareVirtualSwitchResultPermissionResource>
    PromiscuousMode string
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    RegisteredDevices List<GetVirtualizationVmwareVirtualSwitchResultRegisteredDevice>
    SharedScope 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.
    Tags List<GetVirtualizationVmwareVirtualSwitchResultTag>
    VersionContexts List<GetVirtualizationVmwareVirtualSwitchResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareVirtualSwitchResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgedTransmits string
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    Hosts []GetVirtualizationVmwareVirtualSwitchResultHost
    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).
    MacAddressChanges string
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit configured on a virtual switch.
    Name string
    User-provided name to identify the switch.
    NicTeamingAndFailovers []GetVirtualizationVmwareVirtualSwitchResultNicTeamingAndFailover
    NumNetworks float64
    Number of networks available on this virtual switch.
    NumPhysicalNetworkInterfaces float64
    Number of physical network interfaces connected with this virtual switch.
    ObjectType string
    Owners []string
    Parents []GetVirtualizationVmwareVirtualSwitchResultParent
    PermissionResources []GetVirtualizationVmwareVirtualSwitchResultPermissionResource
    PromiscuousMode string
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    RegisteredDevices []GetVirtualizationVmwareVirtualSwitchResultRegisteredDevice
    SharedScope 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.
    Tags []GetVirtualizationVmwareVirtualSwitchResultTag
    VersionContexts []GetVirtualizationVmwareVirtualSwitchResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareVirtualSwitchResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgedTransmits String
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    hosts List<GetVirtualizationVmwareVirtualSwitchResultHost>
    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).
    macAddressChanges String
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit configured on a virtual switch.
    name String
    User-provided name to identify the switch.
    nicTeamingAndFailovers List<GetVirtualizationVmwareVirtualSwitchResultNicTeamingAndFailover>
    numNetworks Double
    Number of networks available on this virtual switch.
    numPhysicalNetworkInterfaces Double
    Number of physical network interfaces connected with this virtual switch.
    objectType String
    owners List<String>
    parents List<GetVirtualizationVmwareVirtualSwitchResultParent>
    permissionResources List<GetVirtualizationVmwareVirtualSwitchResultPermissionResource>
    promiscuousMode String
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registeredDevices List<GetVirtualizationVmwareVirtualSwitchResultRegisteredDevice>
    sharedScope 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.
    tags List<GetVirtualizationVmwareVirtualSwitchResultTag>
    versionContexts List<GetVirtualizationVmwareVirtualSwitchResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareVirtualSwitchResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    forgedTransmits string
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    hosts GetVirtualizationVmwareVirtualSwitchResultHost[]
    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).
    macAddressChanges string
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit configured on a virtual switch.
    name string
    User-provided name to identify the switch.
    nicTeamingAndFailovers GetVirtualizationVmwareVirtualSwitchResultNicTeamingAndFailover[]
    numNetworks number
    Number of networks available on this virtual switch.
    numPhysicalNetworkInterfaces number
    Number of physical network interfaces connected with this virtual switch.
    objectType string
    owners string[]
    parents GetVirtualizationVmwareVirtualSwitchResultParent[]
    permissionResources GetVirtualizationVmwareVirtualSwitchResultPermissionResource[]
    promiscuousMode string
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registeredDevices GetVirtualizationVmwareVirtualSwitchResultRegisteredDevice[]
    sharedScope 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.
    tags GetVirtualizationVmwareVirtualSwitchResultTag[]
    versionContexts GetVirtualizationVmwareVirtualSwitchResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareVirtualSwitchResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    forged_transmits str
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    hosts Sequence[GetVirtualizationVmwareVirtualSwitchResultHost]
    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).
    mac_address_changes str
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    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 virtual switch.
    name str
    User-provided name to identify the switch.
    nic_teaming_and_failovers Sequence[GetVirtualizationVmwareVirtualSwitchResultNicTeamingAndFailover]
    num_networks float
    Number of networks available on this virtual switch.
    num_physical_network_interfaces float
    Number of physical network interfaces connected with this virtual switch.
    object_type str
    owners Sequence[str]
    parents Sequence[GetVirtualizationVmwareVirtualSwitchResultParent]
    permission_resources Sequence[GetVirtualizationVmwareVirtualSwitchResultPermissionResource]
    promiscuous_mode str
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registered_devices Sequence[GetVirtualizationVmwareVirtualSwitchResultRegisteredDevice]
    shared_scope 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.
    tags Sequence[GetVirtualizationVmwareVirtualSwitchResultTag]
    version_contexts Sequence[GetVirtualizationVmwareVirtualSwitchResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgedTransmits String
    If forgedTransmits property value is set to reject, outbound frames with a source MAC address different from the one set on the adapter are dropped. If property value is set to accept, the switch does not perform filtering and permits all outbound frames.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    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).
    macAddressChanges String
    If macAddressChanges property value is set to reject and the MAC address of the adapter is changed to a value other than the one specified in .vmx configuration file, the switch drops all inbound frames to the adapter. If property value is set to accept and the MAC address is changed, the switch allows frames to the new MAC address to pass.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit configured on a virtual switch.
    name String
    User-provided name to identify the switch.
    nicTeamingAndFailovers List<Property Map>
    numNetworks Number
    Number of networks available on this virtual switch.
    numPhysicalNetworkInterfaces Number
    Number of physical network interfaces connected with this virtual switch.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    promiscuousMode String
    If promiscuousMode property value is set to reject, the virtual switch forwards only frames that are addressed to the adapter. If property value is set to accept, the virtual switch forwards all frames to the adapter in compliance with the active VLAN policy for the port to which it is connected.* Reject - Indicates that the security policy is rejected.* Accept - Indicates that the security policy is accepted.
    registeredDevices List<Property Map>
    sharedScope 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.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetVirtualizationVmwareVirtualSwitchResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchResultHost

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchResultNicTeamingAndFailover

    ActiveAdapters List<string>
    AdditionalProperties string
    ClassId string
    Failback bool
    LoadBalancing string
    Name string
    User-provided name to identify the switch.
    NetworkFailureDetection string
    NotifySwitches bool
    ObjectType string
    StandbyAdapters List<string>
    ActiveAdapters []string
    AdditionalProperties string
    ClassId string
    Failback bool
    LoadBalancing string
    Name string
    User-provided name to identify the switch.
    NetworkFailureDetection string
    NotifySwitches bool
    ObjectType string
    StandbyAdapters []string
    activeAdapters List<String>
    additionalProperties String
    classId String
    failback Boolean
    loadBalancing String
    name String
    User-provided name to identify the switch.
    networkFailureDetection String
    notifySwitches Boolean
    objectType String
    standbyAdapters List<String>
    activeAdapters string[]
    additionalProperties string
    classId string
    failback boolean
    loadBalancing string
    name string
    User-provided name to identify the switch.
    networkFailureDetection string
    notifySwitches boolean
    objectType string
    standbyAdapters string[]
    active_adapters Sequence[str]
    additional_properties str
    class_id str
    failback bool
    load_balancing str
    name str
    User-provided name to identify the switch.
    network_failure_detection str
    notify_switches bool
    object_type str
    standby_adapters Sequence[str]
    activeAdapters List<String>
    additionalProperties String
    classId String
    failback Boolean
    loadBalancing String
    name String
    User-provided name to identify the switch.
    networkFailureDetection String
    notifySwitches Boolean
    objectType String
    standbyAdapters List<String>

    GetVirtualizationVmwareVirtualSwitchResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetVirtualizationVmwareVirtualSwitchResultVersionContext

    GetVirtualizationVmwareVirtualSwitchResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareVirtualSwitchTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetVirtualizationVmwareVirtualSwitchVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetVirtualizationVmwareVirtualSwitchVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVirtualizationVmwareVirtualSwitchVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetVirtualizationVmwareVirtualSwitchVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVirtualizationVmwareVirtualSwitchVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetVirtualizationVmwareVirtualSwitchVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetVirtualizationVmwareVirtualSwitchVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetVirtualizationVmwareVirtualSwitchVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetVirtualizationVmwareVirtualSwitchVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetVirtualizationVmwareVirtualSwitchVersionContextInterestedMo]
    marked_for_deletion bool
    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 version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetVirtualizationVmwareVirtualSwitchVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetVirtualizationVmwareVirtualSwitchVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetVirtualizationVmwareVirtualSwitchVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. 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 logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet