intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareVirtualNetworkInterface
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Details of VMware virtual network interface.
Using getVirtualizationVmwareVirtualNetworkInterface
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 getVirtualizationVmwareVirtualNetworkInterface(args: GetVirtualizationVmwareVirtualNetworkInterfaceArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareVirtualNetworkInterfaceResult>
function getVirtualizationVmwareVirtualNetworkInterfaceOutput(args: GetVirtualizationVmwareVirtualNetworkInterfaceOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareVirtualNetworkInterfaceResult>def get_virtualization_vmware_virtual_network_interface(account_moid: Optional[str] = None,
                                                        adapter_type: Optional[str] = None,
                                                        additional_properties: Optional[str] = None,
                                                        ancestors: Optional[Sequence[GetVirtualizationVmwareVirtualNetworkInterfaceAncestor]] = None,
                                                        class_id: Optional[str] = None,
                                                        connect_at_power_on: Optional[bool] = None,
                                                        connected: Optional[bool] = None,
                                                        create_time: Optional[str] = None,
                                                        domain_group_moid: Optional[str] = None,
                                                        id: Optional[str] = None,
                                                        key: Optional[float] = None,
                                                        mac_address: Optional[str] = None,
                                                        mac_address_type: Optional[str] = None,
                                                        mod_time: Optional[str] = None,
                                                        moid: Optional[str] = None,
                                                        name: Optional[str] = None,
                                                        network: Optional[GetVirtualizationVmwareVirtualNetworkInterfaceNetwork] = None,
                                                        network_type: Optional[str] = None,
                                                        object_type: Optional[str] = None,
                                                        owners: Optional[Sequence[str]] = None,
                                                        parent: Optional[GetVirtualizationVmwareVirtualNetworkInterfaceParent] = None,
                                                        permission_resources: Optional[Sequence[GetVirtualizationVmwareVirtualNetworkInterfacePermissionResource]] = None,
                                                        registered_device: Optional[GetVirtualizationVmwareVirtualNetworkInterfaceRegisteredDevice] = None,
                                                        shared_scope: Optional[str] = None,
                                                        tags: Optional[Sequence[GetVirtualizationVmwareVirtualNetworkInterfaceTag]] = None,
                                                        version_context: Optional[GetVirtualizationVmwareVirtualNetworkInterfaceVersionContext] = None,
                                                        virtual_machine: Optional[GetVirtualizationVmwareVirtualNetworkInterfaceVirtualMachine] = None,
                                                        vm_identity: Optional[str] = None,
                                                        opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareVirtualNetworkInterfaceResult
def get_virtualization_vmware_virtual_network_interface_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                        adapter_type: Optional[pulumi.Input[str]] = None,
                                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceAncestorArgs]]]] = None,
                                                        class_id: Optional[pulumi.Input[str]] = None,
                                                        connect_at_power_on: Optional[pulumi.Input[bool]] = None,
                                                        connected: Optional[pulumi.Input[bool]] = None,
                                                        create_time: Optional[pulumi.Input[str]] = None,
                                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                        id: Optional[pulumi.Input[str]] = None,
                                                        key: Optional[pulumi.Input[float]] = None,
                                                        mac_address: Optional[pulumi.Input[str]] = None,
                                                        mac_address_type: Optional[pulumi.Input[str]] = None,
                                                        mod_time: Optional[pulumi.Input[str]] = None,
                                                        moid: Optional[pulumi.Input[str]] = None,
                                                        name: Optional[pulumi.Input[str]] = None,
                                                        network: Optional[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceNetworkArgs]] = None,
                                                        network_type: Optional[pulumi.Input[str]] = None,
                                                        object_type: Optional[pulumi.Input[str]] = None,
                                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                        parent: Optional[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceParentArgs]] = None,
                                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfacePermissionResourceArgs]]]] = None,
                                                        registered_device: Optional[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceRegisteredDeviceArgs]] = None,
                                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceTagArgs]]]] = None,
                                                        version_context: Optional[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceVersionContextArgs]] = None,
                                                        virtual_machine: Optional[pulumi.Input[GetVirtualizationVmwareVirtualNetworkInterfaceVirtualMachineArgs]] = None,
                                                        vm_identity: Optional[pulumi.Input[str]] = None,
                                                        opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareVirtualNetworkInterfaceResult]func LookupVirtualizationVmwareVirtualNetworkInterface(ctx *Context, args *LookupVirtualizationVmwareVirtualNetworkInterfaceArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareVirtualNetworkInterfaceResult, error)
func LookupVirtualizationVmwareVirtualNetworkInterfaceOutput(ctx *Context, args *LookupVirtualizationVmwareVirtualNetworkInterfaceOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareVirtualNetworkInterfaceResultOutput> Note: This function is named LookupVirtualizationVmwareVirtualNetworkInterface in the Go SDK.
public static class GetVirtualizationVmwareVirtualNetworkInterface 
{
    public static Task<GetVirtualizationVmwareVirtualNetworkInterfaceResult> InvokeAsync(GetVirtualizationVmwareVirtualNetworkInterfaceArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareVirtualNetworkInterfaceResult> Invoke(GetVirtualizationVmwareVirtualNetworkInterfaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualizationVmwareVirtualNetworkInterfaceResult> getVirtualizationVmwareVirtualNetworkInterface(GetVirtualizationVmwareVirtualNetworkInterfaceArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareVirtualNetworkInterfaceResult> getVirtualizationVmwareVirtualNetworkInterface(GetVirtualizationVmwareVirtualNetworkInterfaceArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareVirtualNetworkInterface:getVirtualizationVmwareVirtualNetworkInterface
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdapterType string
- Type of virtual ethernet adapter for virtual network interface.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Virtual Network Interface Ancestor> 
- ClassId string
- ConnectAt boolPower On 
- Connect or not to connect the device when the virtual machine starts.
- Connected bool
- Device is currently connected or not. Valid only while the virtual machine is running.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- Key double
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- MacAddress string
- MAC address assigned to virtual network interface.
- MacAddress stringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the virtual network interface created on a virtual machine.
- Network
GetVirtualization Vmware Virtual Network Interface Network 
- NetworkType string
- Type of network for virtual network interface. It can be either standard or distributed.
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Virtual Network Interface Parent 
- PermissionResources List<GetVirtualization Vmware Virtual Network Interface Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- 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.
- 
List<GetVirtualization Vmware Virtual Network Interface Tag> 
- VersionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- VmIdentity string
- Identity of the virtual machine where the virtual network interface is created.
- AccountMoid string
- The Account ID for this managed object.
- AdapterType string
- Type of virtual ethernet adapter for virtual network interface.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Virtual Network Interface Ancestor 
- ClassId string
- ConnectAt boolPower On 
- Connect or not to connect the device when the virtual machine starts.
- Connected bool
- Device is currently connected or not. Valid only while the virtual machine is running.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- Key float64
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- MacAddress string
- MAC address assigned to virtual network interface.
- MacAddress stringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the virtual network interface created on a virtual machine.
- Network
GetVirtualization Vmware Virtual Network Interface Network 
- NetworkType string
- Type of network for virtual network interface. It can be either standard or distributed.
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Virtual Network Interface Parent 
- PermissionResources []GetVirtualization Vmware Virtual Network Interface Permission Resource 
- RegisteredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- 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.
- 
[]GetVirtualization Vmware Virtual Network Interface Tag 
- VersionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- VmIdentity string
- Identity of the virtual machine where the virtual network interface is created.
- accountMoid String
- The Account ID for this managed object.
- adapterType String
- Type of virtual ethernet adapter for virtual network interface.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Virtual Network Interface Ancestor> 
- classId String
- connectAt BooleanPower On 
- Connect or not to connect the device when the virtual machine starts.
- connected Boolean
- Device is currently connected or not. Valid only while the virtual machine is running.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- key Double
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- macAddress String
- MAC address assigned to virtual network interface.
- macAddress StringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the virtual network interface created on a virtual machine.
- network
GetVirtualization Vmware Virtual Network Interface Network 
- networkType String
- Type of network for virtual network interface. It can be either standard or distributed.
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Virtual Network Interface Parent 
- permissionResources List<GetVirtualization Vmware Virtual Network Interface Permission Resource> 
- registeredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- 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.
- 
List<GetVirtualization Vmware Virtual Network Interface Tag> 
- versionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- virtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- vmIdentity String
- Identity of the virtual machine where the virtual network interface is created.
- accountMoid string
- The Account ID for this managed object.
- adapterType string
- Type of virtual ethernet adapter for virtual network interface.
- additionalProperties string
- ancestors
GetVirtualization Vmware Virtual Network Interface Ancestor[] 
- classId string
- connectAt booleanPower On 
- Connect or not to connect the device when the virtual machine starts.
- connected boolean
- Device is currently connected or not. Valid only while the virtual machine is running.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- key number
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- macAddress string
- MAC address assigned to virtual network interface.
- macAddress stringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the virtual network interface created on a virtual machine.
- network
GetVirtualization Vmware Virtual Network Interface Network 
- networkType string
- Type of network for virtual network interface. It can be either standard or distributed.
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Virtual Network Interface Parent 
- permissionResources GetVirtualization Vmware Virtual Network Interface Permission Resource[] 
- registeredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- 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.
- 
GetVirtualization Vmware Virtual Network Interface Tag[] 
- versionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- virtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- vmIdentity string
- Identity of the virtual machine where the virtual network interface is created.
- account_moid str
- The Account ID for this managed object.
- adapter_type str
- Type of virtual ethernet adapter for virtual network interface.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Virtual Network Interface Ancestor] 
- class_id str
- connect_at_ boolpower_ on 
- Connect or not to connect the device when the virtual machine starts.
- connected bool
- Device is currently connected or not. Valid only while the virtual machine is running.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- key float
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- mac_address str
- MAC address assigned to virtual network interface.
- mac_address_ strtype 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the virtual network interface created on a virtual machine.
- network
GetVirtualization Vmware Virtual Network Interface Network 
- network_type str
- Type of network for virtual network interface. It can be either standard or distributed.
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Virtual Network Interface Parent 
- permission_resources Sequence[GetVirtualization Vmware Virtual Network Interface Permission Resource] 
- registered_device GetVirtualization Vmware Virtual Network Interface Registered Device 
- 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.
- 
Sequence[GetVirtualization Vmware Virtual Network Interface Tag] 
- version_context GetVirtualization Vmware Virtual Network Interface Version Context 
- virtual_machine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- vm_identity str
- Identity of the virtual machine where the virtual network interface is created.
- accountMoid String
- The Account ID for this managed object.
- adapterType String
- Type of virtual ethernet adapter for virtual network interface.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- connectAt BooleanPower On 
- Connect or not to connect the device when the virtual machine starts.
- connected Boolean
- Device is currently connected or not. Valid only while the virtual machine is running.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- key Number
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- macAddress String
- MAC address assigned to virtual network interface.
- macAddress StringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the virtual network interface created on a virtual machine.
- network Property Map
- networkType String
- Type of network for virtual network interface. It can be either standard or distributed.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- 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.
- List<Property Map>
- versionContext Property Map
- virtualMachine Property Map
- vmIdentity String
- Identity of the virtual machine where the virtual network interface is created.
getVirtualizationVmwareVirtualNetworkInterface Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Virtual Network Interface Result> 
- AccountMoid string
- AdapterType string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Virtual Network Interface Ancestor> 
- ClassId string
- ConnectAt boolPower On 
- Connected bool
- CreateTime string
- DomainGroup stringMoid 
- Key double
- MacAddress string
- MacAddress stringType 
- ModTime string
- Moid string
- Name string
- Network
GetVirtualization Vmware Virtual Network Interface Network 
- NetworkType string
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Virtual Network Interface Parent 
- PermissionResources List<GetVirtualization Vmware Virtual Network Interface Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- string
- 
List<GetVirtualization Vmware Virtual Network Interface Tag> 
- VersionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- VmIdentity string
- Id string
- Results
[]GetVirtualization Vmware Virtual Network Interface Result 
- AccountMoid string
- AdapterType string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Virtual Network Interface Ancestor 
- ClassId string
- ConnectAt boolPower On 
- Connected bool
- CreateTime string
- DomainGroup stringMoid 
- Key float64
- MacAddress string
- MacAddress stringType 
- ModTime string
- Moid string
- Name string
- Network
GetVirtualization Vmware Virtual Network Interface Network 
- NetworkType string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Virtual Network Interface Parent 
- PermissionResources []GetVirtualization Vmware Virtual Network Interface Permission Resource 
- RegisteredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- string
- 
[]GetVirtualization Vmware Virtual Network Interface Tag 
- VersionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- VirtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- VmIdentity string
- id String
- results
List<GetVirtualization Vmware Virtual Network Interface Result> 
- accountMoid String
- adapterType String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Virtual Network Interface Ancestor> 
- classId String
- connectAt BooleanPower On 
- connected Boolean
- createTime String
- domainGroup StringMoid 
- key Double
- macAddress String
- macAddress StringType 
- modTime String
- moid String
- name String
- network
GetVirtualization Vmware Virtual Network Interface Network 
- networkType String
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Virtual Network Interface Parent 
- permissionResources List<GetVirtualization Vmware Virtual Network Interface Permission Resource> 
- registeredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- String
- 
List<GetVirtualization Vmware Virtual Network Interface Tag> 
- versionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- virtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- vmIdentity String
- id string
- results
GetVirtualization Vmware Virtual Network Interface Result[] 
- accountMoid string
- adapterType string
- additionalProperties string
- ancestors
GetVirtualization Vmware Virtual Network Interface Ancestor[] 
- classId string
- connectAt booleanPower On 
- connected boolean
- createTime string
- domainGroup stringMoid 
- key number
- macAddress string
- macAddress stringType 
- modTime string
- moid string
- name string
- network
GetVirtualization Vmware Virtual Network Interface Network 
- networkType string
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Virtual Network Interface Parent 
- permissionResources GetVirtualization Vmware Virtual Network Interface Permission Resource[] 
- registeredDevice GetVirtualization Vmware Virtual Network Interface Registered Device 
- string
- 
GetVirtualization Vmware Virtual Network Interface Tag[] 
- versionContext GetVirtualization Vmware Virtual Network Interface Version Context 
- virtualMachine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- vmIdentity string
- id str
- results
Sequence[GetVirtualization Vmware Virtual Network Interface Result] 
- account_moid str
- adapter_type str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Virtual Network Interface Ancestor] 
- class_id str
- connect_at_ boolpower_ on 
- connected bool
- create_time str
- domain_group_ strmoid 
- key float
- mac_address str
- mac_address_ strtype 
- mod_time str
- moid str
- name str
- network
GetVirtualization Vmware Virtual Network Interface Network 
- network_type str
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Virtual Network Interface Parent 
- permission_resources Sequence[GetVirtualization Vmware Virtual Network Interface Permission Resource] 
- registered_device GetVirtualization Vmware Virtual Network Interface Registered Device 
- str
- 
Sequence[GetVirtualization Vmware Virtual Network Interface Tag] 
- version_context GetVirtualization Vmware Virtual Network Interface Version Context 
- virtual_machine GetVirtualization Vmware Virtual Network Interface Virtual Machine 
- vm_identity str
- id String
- results List<Property Map>
- accountMoid String
- adapterType String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- connectAt BooleanPower On 
- connected Boolean
- createTime String
- domainGroup StringMoid 
- key Number
- macAddress String
- macAddress StringType 
- modTime String
- moid String
- name String
- network Property Map
- networkType String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- String
- List<Property Map>
- versionContext Property Map
- virtualMachine Property Map
- vmIdentity String
Supporting Types
GetVirtualizationVmwareVirtualNetworkInterfaceAncestor      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfaceNetwork      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfaceParent      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfacePermissionResource       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfaceRegisteredDevice       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfaceResult      
- AccountMoid string
- The Account ID for this managed object.
- AdapterType string
- Type of virtual ethernet adapter for virtual network interface.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Virtual Network Interface Result Ancestor> 
- ClassId string
- ConnectAt boolPower On 
- Connect or not to connect the device when the virtual machine starts.
- Connected bool
- Device is currently connected or not. Valid only while the virtual machine is running.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Key double
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- MacAddress string
- MAC address assigned to virtual network interface.
- MacAddress stringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the virtual network interface created on a virtual machine.
- NetworkType string
- Type of network for virtual network interface. It can be either standard or distributed.
- Networks
List<GetVirtualization Vmware Virtual Network Interface Result Network> 
- ObjectType string
- Owners List<string>
- Parents
List<GetVirtualization Vmware Virtual Network Interface Result Parent> 
- PermissionResources List<GetVirtualization Vmware Virtual Network Interface Result Permission Resource> 
- RegisteredDevices List<GetVirtualization Vmware Virtual Network Interface Result Registered Device> 
- 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.
- 
List<GetVirtualization Vmware Virtual Network Interface Result Tag> 
- VersionContexts List<GetVirtualization Vmware Virtual Network Interface Result Version Context> 
- VirtualMachines List<GetVirtualization Vmware Virtual Network Interface Result Virtual Machine> 
- VmIdentity string
- Identity of the virtual machine where the virtual network interface is created.
- AccountMoid string
- The Account ID for this managed object.
- AdapterType string
- Type of virtual ethernet adapter for virtual network interface.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Virtual Network Interface Result Ancestor 
- ClassId string
- ConnectAt boolPower On 
- Connect or not to connect the device when the virtual machine starts.
- Connected bool
- Device is currently connected or not. Valid only while the virtual machine is running.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Key float64
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- MacAddress string
- MAC address assigned to virtual network interface.
- MacAddress stringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the virtual network interface created on a virtual machine.
- NetworkType string
- Type of network for virtual network interface. It can be either standard or distributed.
- Networks
[]GetVirtualization Vmware Virtual Network Interface Result Network 
- ObjectType string
- Owners []string
- Parents
[]GetVirtualization Vmware Virtual Network Interface Result Parent 
- PermissionResources []GetVirtualization Vmware Virtual Network Interface Result Permission Resource 
- RegisteredDevices []GetVirtualization Vmware Virtual Network Interface Result Registered Device 
- 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.
- 
[]GetVirtualization Vmware Virtual Network Interface Result Tag 
- VersionContexts []GetVirtualization Vmware Virtual Network Interface Result Version Context 
- VirtualMachines []GetVirtualization Vmware Virtual Network Interface Result Virtual Machine 
- VmIdentity string
- Identity of the virtual machine where the virtual network interface is created.
- accountMoid String
- The Account ID for this managed object.
- adapterType String
- Type of virtual ethernet adapter for virtual network interface.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Virtual Network Interface Result Ancestor> 
- classId String
- connectAt BooleanPower On 
- Connect or not to connect the device when the virtual machine starts.
- connected Boolean
- Device is currently connected or not. Valid only while the virtual machine is running.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- key Double
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- macAddress String
- MAC address assigned to virtual network interface.
- macAddress StringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the virtual network interface created on a virtual machine.
- networkType String
- Type of network for virtual network interface. It can be either standard or distributed.
- networks
List<GetVirtualization Vmware Virtual Network Interface Result Network> 
- objectType String
- owners List<String>
- parents
List<GetVirtualization Vmware Virtual Network Interface Result Parent> 
- permissionResources List<GetVirtualization Vmware Virtual Network Interface Result Permission Resource> 
- registeredDevices List<GetVirtualization Vmware Virtual Network Interface Result Registered Device> 
- 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.
- 
List<GetVirtualization Vmware Virtual Network Interface Result Tag> 
- versionContexts List<GetVirtualization Vmware Virtual Network Interface Result Version Context> 
- virtualMachines List<GetVirtualization Vmware Virtual Network Interface Result Virtual Machine> 
- vmIdentity String
- Identity of the virtual machine where the virtual network interface is created.
- accountMoid string
- The Account ID for this managed object.
- adapterType string
- Type of virtual ethernet adapter for virtual network interface.
- additionalProperties string
- ancestors
GetVirtualization Vmware Virtual Network Interface Result Ancestor[] 
- classId string
- connectAt booleanPower On 
- Connect or not to connect the device when the virtual machine starts.
- connected boolean
- Device is currently connected or not. Valid only while the virtual machine is running.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- key number
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- macAddress string
- MAC address assigned to virtual network interface.
- macAddress stringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the virtual network interface created on a virtual machine.
- networkType string
- Type of network for virtual network interface. It can be either standard or distributed.
- networks
GetVirtualization Vmware Virtual Network Interface Result Network[] 
- objectType string
- owners string[]
- parents
GetVirtualization Vmware Virtual Network Interface Result Parent[] 
- permissionResources GetVirtualization Vmware Virtual Network Interface Result Permission Resource[] 
- registeredDevices GetVirtualization Vmware Virtual Network Interface Result Registered Device[] 
- 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.
- 
GetVirtualization Vmware Virtual Network Interface Result Tag[] 
- versionContexts GetVirtualization Vmware Virtual Network Interface Result Version Context[] 
- virtualMachines GetVirtualization Vmware Virtual Network Interface Result Virtual Machine[] 
- vmIdentity string
- Identity of the virtual machine where the virtual network interface is created.
- account_moid str
- The Account ID for this managed object.
- adapter_type str
- Type of virtual ethernet adapter for virtual network interface.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Virtual Network Interface Result Ancestor] 
- class_id str
- connect_at_ boolpower_ on 
- Connect or not to connect the device when the virtual machine starts.
- connected bool
- Device is currently connected or not. Valid only while the virtual machine is running.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- key float
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- mac_address str
- MAC address assigned to virtual network interface.
- mac_address_ strtype 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the virtual network interface created on a virtual machine.
- network_type str
- Type of network for virtual network interface. It can be either standard or distributed.
- networks
Sequence[GetVirtualization Vmware Virtual Network Interface Result Network] 
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVirtualization Vmware Virtual Network Interface Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Virtual Network Interface Result Permission Resource] 
- registered_devices Sequence[GetVirtualization Vmware Virtual Network Interface Result Registered Device] 
- 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.
- 
Sequence[GetVirtualization Vmware Virtual Network Interface Result Tag] 
- version_contexts Sequence[GetVirtualization Vmware Virtual Network Interface Result Version Context] 
- virtual_machines Sequence[GetVirtualization Vmware Virtual Network Interface Result Virtual Machine] 
- vm_identity str
- Identity of the virtual machine where the virtual network interface is created.
- accountMoid String
- The Account ID for this managed object.
- adapterType String
- Type of virtual ethernet adapter for virtual network interface.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- connectAt BooleanPower On 
- Connect or not to connect the device when the virtual machine starts.
- connected Boolean
- Device is currently connected or not. Valid only while the virtual machine is running.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- key Number
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- macAddress String
- MAC address assigned to virtual network interface.
- macAddress StringType 
- MAC address type for the mac address assigned to virtual network interface.* manual- Statically assigned MAC address.*generated- Automatically generated MAC address.*assigned- MAC address assigned by VCenter to the virtual network interface card.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the virtual network interface created on a virtual machine.
- networkType String
- Type of network for virtual network interface. It can be either standard or distributed.
- networks List<Property Map>
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- 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.
- List<Property Map>
- versionContexts List<Property Map>
- virtualMachines List<Property Map>
- vmIdentity String
- Identity of the virtual machine where the virtual network interface is created.
GetVirtualizationVmwareVirtualNetworkInterfaceResultAncestor       
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultNetwork       
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultParent       
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultPermissionResource        
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultRegisteredDevice        
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultTag       
- AdditionalProperties string
- Key string
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- Value string
- AdditionalProperties string
- Key string
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- Value string
- additionalProperties String
- key String
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value String
- additionalProperties string
- key string
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value string
- additional_properties str
- key str
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value str
- additionalProperties String
- key String
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value String
GetVirtualizationVmwareVirtualNetworkInterfaceResultVersionContext        
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetVirtualization Vmware Virtual Network Interface Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetVirtualization Vmware Virtual Network Interface Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetVirtualization Vmware Virtual Network Interface Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetVirtualization Vmware Virtual Network Interface Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetVirtualization Vmware Virtual Network Interface Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetVirtualization Vmware Virtual Network Interface Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetVirtualization Vmware Virtual Network Interface Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetVirtualization Vmware Virtual Network Interface Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetVirtualization Vmware Virtual Network Interface Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetVirtualization Vmware Virtual Network Interface Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareVirtualNetworkInterfaceResultVersionContextInterestedMo          
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultVersionContextRefMo          
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceResultVirtualMachine        
- 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
GetVirtualizationVmwareVirtualNetworkInterfaceTag      
- AdditionalProperties string
- Key string
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The internally assigned key of this virtual network interface. This entity is not manipulated by users.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareVirtualNetworkInterfaceVersionContext       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVirtualization Vmware Virtual Network Interface Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The 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 GetVirtualization Vmware Virtual Network Interface Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Virtual Network Interface Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The 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 GetVirtualization Vmware Virtual Network Interface Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Virtual Network Interface Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The 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 GetVirtualization Vmware Virtual Network Interface Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Virtual Network Interface Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The 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 GetVirtualization Vmware Virtual Network Interface Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Virtual Network Interface Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The 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 GetVirtualization Vmware Virtual Network Interface Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The 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.
 
GetVirtualizationVmwareVirtualNetworkInterfaceVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfaceVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareVirtualNetworkInterfaceVirtualMachine       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet