intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationVmwareKernelNetwork
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Details of VMware Kernel Network.
Using getVirtualizationVmwareKernelNetwork
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 getVirtualizationVmwareKernelNetwork(args: GetVirtualizationVmwareKernelNetworkArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareKernelNetworkResult>
function getVirtualizationVmwareKernelNetworkOutput(args: GetVirtualizationVmwareKernelNetworkOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareKernelNetworkResult>
def get_virtualization_vmware_kernel_network(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetVirtualizationVmwareKernelNetworkAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
distributed_network: Optional[GetVirtualizationVmwareKernelNetworkDistributedNetwork] = None,
domain_group_moid: Optional[str] = None,
fault_tolerance_logging: Optional[bool] = None,
host: Optional[GetVirtualizationVmwareKernelNetworkHost] = None,
id: Optional[str] = None,
identity: Optional[str] = None,
ip_addresses: Optional[Sequence[str]] = None,
mac_address: Optional[str] = None,
management: Optional[bool] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
mtu: Optional[float] = None,
name: Optional[str] = None,
network: Optional[GetVirtualizationVmwareKernelNetworkNetwork] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetVirtualizationVmwareKernelNetworkParent] = None,
permission_resources: Optional[Sequence[GetVirtualizationVmwareKernelNetworkPermissionResource]] = None,
registered_device: Optional[GetVirtualizationVmwareKernelNetworkRegisteredDevice] = None,
shared_scope: Optional[str] = None,
subnet_mask: Optional[str] = None,
tags: Optional[Sequence[GetVirtualizationVmwareKernelNetworkTag]] = None,
tcp_ip_stack: Optional[str] = None,
version_context: Optional[GetVirtualizationVmwareKernelNetworkVersionContext] = None,
vmotion: Optional[bool] = None,
vsan: Optional[bool] = None,
vsphere_provisioning: Optional[bool] = None,
vsphere_replication: Optional[bool] = None,
vsphere_replication_nfc: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareKernelNetworkResult
def get_virtualization_vmware_kernel_network_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareKernelNetworkAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
distributed_network: Optional[pulumi.Input[GetVirtualizationVmwareKernelNetworkDistributedNetworkArgs]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
fault_tolerance_logging: Optional[pulumi.Input[bool]] = None,
host: Optional[pulumi.Input[GetVirtualizationVmwareKernelNetworkHostArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
identity: Optional[pulumi.Input[str]] = None,
ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
mac_address: Optional[pulumi.Input[str]] = None,
management: Optional[pulumi.Input[bool]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
mtu: Optional[pulumi.Input[float]] = None,
name: Optional[pulumi.Input[str]] = None,
network: Optional[pulumi.Input[GetVirtualizationVmwareKernelNetworkNetworkArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetVirtualizationVmwareKernelNetworkParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareKernelNetworkPermissionResourceArgs]]]] = None,
registered_device: Optional[pulumi.Input[GetVirtualizationVmwareKernelNetworkRegisteredDeviceArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
subnet_mask: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareKernelNetworkTagArgs]]]] = None,
tcp_ip_stack: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetVirtualizationVmwareKernelNetworkVersionContextArgs]] = None,
vmotion: Optional[pulumi.Input[bool]] = None,
vsan: Optional[pulumi.Input[bool]] = None,
vsphere_provisioning: Optional[pulumi.Input[bool]] = None,
vsphere_replication: Optional[pulumi.Input[bool]] = None,
vsphere_replication_nfc: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareKernelNetworkResult]
func LookupVirtualizationVmwareKernelNetwork(ctx *Context, args *LookupVirtualizationVmwareKernelNetworkArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareKernelNetworkResult, error)
func LookupVirtualizationVmwareKernelNetworkOutput(ctx *Context, args *LookupVirtualizationVmwareKernelNetworkOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareKernelNetworkResultOutput
> Note: This function is named LookupVirtualizationVmwareKernelNetwork
in the Go SDK.
public static class GetVirtualizationVmwareKernelNetwork
{
public static Task<GetVirtualizationVmwareKernelNetworkResult> InvokeAsync(GetVirtualizationVmwareKernelNetworkArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualizationVmwareKernelNetworkResult> Invoke(GetVirtualizationVmwareKernelNetworkInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualizationVmwareKernelNetworkResult> getVirtualizationVmwareKernelNetwork(GetVirtualizationVmwareKernelNetworkArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareKernelNetworkResult> getVirtualizationVmwareKernelNetwork(GetVirtualizationVmwareKernelNetworkArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVirtualizationVmwareKernelNetwork:getVirtualizationVmwareKernelNetwork
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Kernel Network Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fault
Tolerance boolLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- Host
Get
Virtualization Vmware Kernel Network Host - Id string
- Identity string
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- Ip
Addresses List<string> - Mac
Address string - Standard MAC address assigned to this kernel network.
- Management bool
- Indicates that management traffic is enabled on this kernel network.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- Maximum transmission unit configured on a kernel network.
- Name string
- User-provided name to identify the portgroup.
- Network
Get
Virtualization Vmware Kernel Network Network - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Kernel Network Parent - Permission
Resources List<GetVirtualization Vmware Kernel Network Permission Resource> - Registered
Device GetVirtualization Vmware Kernel Network 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.
- Subnet
Mask string - Subnet mask of the kernel network.
- List<Get
Virtualization Vmware Kernel Network Tag> - Tcp
Ip stringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- Version
Context GetVirtualization Vmware Kernel Network Version Context - Vmotion bool
- Indicates that vmotion is enabled on this kernel network.
- Vsan bool
- Indicates that vsan traffic is enabled on this kernel network.
- Vsphere
Provisioning bool - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- Vsphere
Replication bool - Indicates that vsphere replication is enabled on this kernel network.
- Vsphere
Replication boolNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Kernel Network Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fault
Tolerance boolLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- Host
Get
Virtualization Vmware Kernel Network Host - Id string
- Identity string
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- Ip
Addresses []string - Mac
Address string - Standard MAC address assigned to this kernel network.
- Management bool
- Indicates that management traffic is enabled on this kernel network.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- Maximum transmission unit configured on a kernel network.
- Name string
- User-provided name to identify the portgroup.
- Network
Get
Virtualization Vmware Kernel Network Network - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Kernel Network Parent - Permission
Resources []GetVirtualization Vmware Kernel Network Permission Resource - Registered
Device GetVirtualization Vmware Kernel Network 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.
- Subnet
Mask string - Subnet mask of the kernel network.
- []Get
Virtualization Vmware Kernel Network Tag - Tcp
Ip stringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- Version
Context GetVirtualization Vmware Kernel Network Version Context - Vmotion bool
- Indicates that vmotion is enabled on this kernel network.
- Vsan bool
- Indicates that vsan traffic is enabled on this kernel network.
- Vsphere
Provisioning bool - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- Vsphere
Replication bool - Indicates that vsphere replication is enabled on this kernel network.
- Vsphere
Replication boolNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Kernel Network Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - domain
Group StringMoid - The DomainGroup ID for this managed object.
- fault
Tolerance BooleanLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- host
Get
Virtualization Vmware Kernel Network Host - id String
- identity String
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip
Addresses List<String> - mac
Address String - Standard MAC address assigned to this kernel network.
- management Boolean
- Indicates that management traffic is enabled on this kernel network.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- Maximum transmission unit configured on a kernel network.
- name String
- User-provided name to identify the portgroup.
- network
Get
Virtualization Vmware Kernel Network Network - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Kernel Network Parent - permission
Resources List<GetVirtualization Vmware Kernel Network Permission Resource> - registered
Device GetVirtualization Vmware Kernel Network 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.
- subnet
Mask String - Subnet mask of the kernel network.
- List<Get
Virtualization Vmware Kernel Network Tag> - tcp
Ip StringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version
Context GetVirtualization Vmware Kernel Network Version Context - vmotion Boolean
- Indicates that vmotion is enabled on this kernel network.
- vsan Boolean
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere
Provisioning Boolean - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere
Replication Boolean - Indicates that vsphere replication is enabled on this kernel network.
- vsphere
Replication BooleanNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Kernel Network Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - domain
Group stringMoid - The DomainGroup ID for this managed object.
- fault
Tolerance booleanLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- host
Get
Virtualization Vmware Kernel Network Host - id string
- identity string
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip
Addresses string[] - mac
Address string - Standard MAC address assigned to this kernel network.
- management boolean
- Indicates that management traffic is enabled on this kernel network.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- Maximum transmission unit configured on a kernel network.
- name string
- User-provided name to identify the portgroup.
- network
Get
Virtualization Vmware Kernel Network Network - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Kernel Network Parent - permission
Resources GetVirtualization Vmware Kernel Network Permission Resource[] - registered
Device GetVirtualization Vmware Kernel Network 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.
- subnet
Mask string - Subnet mask of the kernel network.
- Get
Virtualization Vmware Kernel Network Tag[] - tcp
Ip stringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version
Context GetVirtualization Vmware Kernel Network Version Context - vmotion boolean
- Indicates that vmotion is enabled on this kernel network.
- vsan boolean
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere
Provisioning boolean - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere
Replication boolean - Indicates that vsphere replication is enabled on this kernel network.
- vsphere
Replication booleanNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Kernel Network Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- distributed_
network GetVirtualization Vmware Kernel Network Distributed Network - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fault_
tolerance_ boollogging - Indicates that fault tolerance logging is enabled on this kernel network.
- host
Get
Virtualization Vmware Kernel Network Host - id str
- identity str
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip_
addresses Sequence[str] - mac_
address str - Standard MAC address assigned to this kernel network.
- management bool
- Indicates that management traffic is enabled on this kernel network.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- Maximum transmission unit configured on a kernel network.
- name str
- User-provided name to identify the portgroup.
- network
Get
Virtualization Vmware Kernel Network Network - object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Kernel Network Parent - permission_
resources Sequence[GetVirtualization Vmware Kernel Network Permission Resource] - registered_
device GetVirtualization Vmware Kernel Network 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.
- subnet_
mask str - Subnet mask of the kernel network.
- Sequence[Get
Virtualization Vmware Kernel Network Tag] - tcp_
ip_ strstack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version_
context GetVirtualization Vmware Kernel Network Version Context - vmotion bool
- Indicates that vmotion is enabled on this kernel network.
- vsan bool
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere_
provisioning bool - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere_
replication bool - Indicates that vsphere replication is enabled on this kernel network.
- vsphere_
replication_ boolnfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- distributed
Network Property Map - domain
Group StringMoid - The DomainGroup ID for this managed object.
- fault
Tolerance BooleanLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- host Property Map
- id String
- identity String
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip
Addresses List<String> - mac
Address String - Standard MAC address assigned to this kernel network.
- management Boolean
- Indicates that management traffic is enabled on this kernel network.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- Maximum transmission unit configured on a kernel network.
- name String
- User-provided name to identify the portgroup.
- network Property Map
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device 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.
- subnet
Mask String - Subnet mask of the kernel network.
- List<Property Map>
- tcp
Ip StringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version
Context Property Map - vmotion Boolean
- Indicates that vmotion is enabled on this kernel network.
- vsan Boolean
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere
Provisioning Boolean - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere
Replication Boolean - Indicates that vsphere replication is enabled on this kernel network.
- vsphere
Replication BooleanNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
getVirtualizationVmwareKernelNetwork Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Vmware Kernel Network Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Kernel Network Ancestor> - Class
Id string - Create
Time string - Distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - Domain
Group stringMoid - Fault
Tolerance boolLogging - Host
Get
Virtualization Vmware Kernel Network Host - Identity string
- Ip
Addresses List<string> - Mac
Address string - Management bool
- Mod
Time string - Moid string
- Mtu double
- Name string
- Network
Get
Virtualization Vmware Kernel Network Network - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Kernel Network Parent - Permission
Resources List<GetVirtualization Vmware Kernel Network Permission Resource> - Registered
Device GetVirtualization Vmware Kernel Network Registered Device - string
- Subnet
Mask string - List<Get
Virtualization Vmware Kernel Network Tag> - Tcp
Ip stringStack - Version
Context GetVirtualization Vmware Kernel Network Version Context - Vmotion bool
- Vsan bool
- Vsphere
Provisioning bool - Vsphere
Replication bool - Vsphere
Replication boolNfc
- Id string
- Results
[]Get
Virtualization Vmware Kernel Network Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Kernel Network Ancestor - Class
Id string - Create
Time string - Distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - Domain
Group stringMoid - Fault
Tolerance boolLogging - Host
Get
Virtualization Vmware Kernel Network Host - Identity string
- Ip
Addresses []string - Mac
Address string - Management bool
- Mod
Time string - Moid string
- Mtu float64
- Name string
- Network
Get
Virtualization Vmware Kernel Network Network - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Kernel Network Parent - Permission
Resources []GetVirtualization Vmware Kernel Network Permission Resource - Registered
Device GetVirtualization Vmware Kernel Network Registered Device - string
- Subnet
Mask string - []Get
Virtualization Vmware Kernel Network Tag - Tcp
Ip stringStack - Version
Context GetVirtualization Vmware Kernel Network Version Context - Vmotion bool
- Vsan bool
- Vsphere
Provisioning bool - Vsphere
Replication bool - Vsphere
Replication boolNfc
- id String
- results
List<Get
Virtualization Vmware Kernel Network Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Kernel Network Ancestor> - class
Id String - create
Time String - distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - domain
Group StringMoid - fault
Tolerance BooleanLogging - host
Get
Virtualization Vmware Kernel Network Host - identity String
- ip
Addresses List<String> - mac
Address String - management Boolean
- mod
Time String - moid String
- mtu Double
- name String
- network
Get
Virtualization Vmware Kernel Network Network - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Kernel Network Parent - permission
Resources List<GetVirtualization Vmware Kernel Network Permission Resource> - registered
Device GetVirtualization Vmware Kernel Network Registered Device - String
- subnet
Mask String - List<Get
Virtualization Vmware Kernel Network Tag> - tcp
Ip StringStack - version
Context GetVirtualization Vmware Kernel Network Version Context - vmotion Boolean
- vsan Boolean
- vsphere
Provisioning Boolean - vsphere
Replication Boolean - vsphere
Replication BooleanNfc
- id string
- results
Get
Virtualization Vmware Kernel Network Result[] - account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Kernel Network Ancestor[] - class
Id string - create
Time string - distributed
Network GetVirtualization Vmware Kernel Network Distributed Network - domain
Group stringMoid - fault
Tolerance booleanLogging - host
Get
Virtualization Vmware Kernel Network Host - identity string
- ip
Addresses string[] - mac
Address string - management boolean
- mod
Time string - moid string
- mtu number
- name string
- network
Get
Virtualization Vmware Kernel Network Network - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Kernel Network Parent - permission
Resources GetVirtualization Vmware Kernel Network Permission Resource[] - registered
Device GetVirtualization Vmware Kernel Network Registered Device - string
- subnet
Mask string - Get
Virtualization Vmware Kernel Network Tag[] - tcp
Ip stringStack - version
Context GetVirtualization Vmware Kernel Network Version Context - vmotion boolean
- vsan boolean
- vsphere
Provisioning boolean - vsphere
Replication boolean - vsphere
Replication booleanNfc
- id str
- results
Sequence[Get
Virtualization Vmware Kernel Network Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Kernel Network Ancestor] - class_
id str - create_
time str - distributed_
network GetVirtualization Vmware Kernel Network Distributed Network - domain_
group_ strmoid - fault_
tolerance_ boollogging - host
Get
Virtualization Vmware Kernel Network Host - identity str
- ip_
addresses Sequence[str] - mac_
address str - management bool
- mod_
time str - moid str
- mtu float
- name str
- network
Get
Virtualization Vmware Kernel Network Network - object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Kernel Network Parent - permission_
resources Sequence[GetVirtualization Vmware Kernel Network Permission Resource] - registered_
device GetVirtualization Vmware Kernel Network Registered Device - str
- subnet_
mask str - Sequence[Get
Virtualization Vmware Kernel Network Tag] - tcp_
ip_ strstack - version_
context GetVirtualization Vmware Kernel Network Version Context - vmotion bool
- vsan bool
- vsphere_
provisioning bool - vsphere_
replication bool - vsphere_
replication_ boolnfc
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - distributed
Network Property Map - domain
Group StringMoid - fault
Tolerance BooleanLogging - host Property Map
- identity String
- ip
Addresses List<String> - mac
Address String - management Boolean
- mod
Time String - moid String
- mtu Number
- name String
- network Property Map
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - String
- subnet
Mask String - List<Property Map>
- tcp
Ip StringStack - version
Context Property Map - vmotion Boolean
- vsan Boolean
- vsphere
Provisioning Boolean - vsphere
Replication Boolean - vsphere
Replication BooleanNfc
Supporting Types
GetVirtualizationVmwareKernelNetworkAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkDistributedNetwork
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkHost
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkNetwork
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Kernel Network Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Distributed
Networks List<GetVirtualization Vmware Kernel Network Result Distributed Network> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fault
Tolerance boolLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- Hosts
List<Get
Virtualization Vmware Kernel Network Result Host> - Identity string
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- Ip
Addresses List<string> - Mac
Address string - Standard MAC address assigned to this kernel network.
- Management bool
- Indicates that management traffic is enabled on this kernel network.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- Maximum transmission unit configured on a kernel network.
- Name string
- User-provided name to identify the portgroup.
- Networks
List<Get
Virtualization Vmware Kernel Network Result Network> - Object
Type string - Owners List<string>
- Parents
List<Get
Virtualization Vmware Kernel Network Result Parent> - Permission
Resources List<GetVirtualization Vmware Kernel Network Result Permission Resource> - Registered
Devices List<GetVirtualization Vmware Kernel Network 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.
- Subnet
Mask string - Subnet mask of the kernel network.
- List<Get
Virtualization Vmware Kernel Network Result Tag> - Tcp
Ip stringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- Version
Contexts List<GetVirtualization Vmware Kernel Network Result Version Context> - Vmotion bool
- Indicates that vmotion is enabled on this kernel network.
- Vsan bool
- Indicates that vsan traffic is enabled on this kernel network.
- Vsphere
Provisioning bool - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- Vsphere
Replication bool - Indicates that vsphere replication is enabled on this kernel network.
- Vsphere
Replication boolNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Kernel Network Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Distributed
Networks []GetVirtualization Vmware Kernel Network Result Distributed Network - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fault
Tolerance boolLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- Hosts
[]Get
Virtualization Vmware Kernel Network Result Host - Identity string
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- Ip
Addresses []string - Mac
Address string - Standard MAC address assigned to this kernel network.
- Management bool
- Indicates that management traffic is enabled on this kernel network.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- Maximum transmission unit configured on a kernel network.
- Name string
- User-provided name to identify the portgroup.
- Networks
[]Get
Virtualization Vmware Kernel Network Result Network - Object
Type string - Owners []string
- Parents
[]Get
Virtualization Vmware Kernel Network Result Parent - Permission
Resources []GetVirtualization Vmware Kernel Network Result Permission Resource - Registered
Devices []GetVirtualization Vmware Kernel Network 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.
- Subnet
Mask string - Subnet mask of the kernel network.
- []Get
Virtualization Vmware Kernel Network Result Tag - Tcp
Ip stringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- Version
Contexts []GetVirtualization Vmware Kernel Network Result Version Context - Vmotion bool
- Indicates that vmotion is enabled on this kernel network.
- Vsan bool
- Indicates that vsan traffic is enabled on this kernel network.
- Vsphere
Provisioning bool - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- Vsphere
Replication bool - Indicates that vsphere replication is enabled on this kernel network.
- Vsphere
Replication boolNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Kernel Network Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- distributed
Networks List<GetVirtualization Vmware Kernel Network Result Distributed Network> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- fault
Tolerance BooleanLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- hosts
List<Get
Virtualization Vmware Kernel Network Result Host> - identity String
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip
Addresses List<String> - mac
Address String - Standard MAC address assigned to this kernel network.
- management Boolean
- Indicates that management traffic is enabled on this kernel network.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- Maximum transmission unit configured on a kernel network.
- name String
- User-provided name to identify the portgroup.
- networks
List<Get
Virtualization Vmware Kernel Network Result Network> - object
Type String - owners List<String>
- parents
List<Get
Virtualization Vmware Kernel Network Result Parent> - permission
Resources List<GetVirtualization Vmware Kernel Network Result Permission Resource> - registered
Devices List<GetVirtualization Vmware Kernel Network 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.
- subnet
Mask String - Subnet mask of the kernel network.
- List<Get
Virtualization Vmware Kernel Network Result Tag> - tcp
Ip StringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version
Contexts List<GetVirtualization Vmware Kernel Network Result Version Context> - vmotion Boolean
- Indicates that vmotion is enabled on this kernel network.
- vsan Boolean
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere
Provisioning Boolean - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere
Replication Boolean - Indicates that vsphere replication is enabled on this kernel network.
- vsphere
Replication BooleanNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Kernel Network Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- distributed
Networks GetVirtualization Vmware Kernel Network Result Distributed Network[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- fault
Tolerance booleanLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- hosts
Get
Virtualization Vmware Kernel Network Result Host[] - identity string
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip
Addresses string[] - mac
Address string - Standard MAC address assigned to this kernel network.
- management boolean
- Indicates that management traffic is enabled on this kernel network.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- Maximum transmission unit configured on a kernel network.
- name string
- User-provided name to identify the portgroup.
- networks
Get
Virtualization Vmware Kernel Network Result Network[] - object
Type string - owners string[]
- parents
Get
Virtualization Vmware Kernel Network Result Parent[] - permission
Resources GetVirtualization Vmware Kernel Network Result Permission Resource[] - registered
Devices GetVirtualization Vmware Kernel Network 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.
- subnet
Mask string - Subnet mask of the kernel network.
- Get
Virtualization Vmware Kernel Network Result Tag[] - tcp
Ip stringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version
Contexts GetVirtualization Vmware Kernel Network Result Version Context[] - vmotion boolean
- Indicates that vmotion is enabled on this kernel network.
- vsan boolean
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere
Provisioning boolean - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere
Replication boolean - Indicates that vsphere replication is enabled on this kernel network.
- vsphere
Replication booleanNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Kernel Network Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- distributed_
networks Sequence[GetVirtualization Vmware Kernel Network Result Distributed Network] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fault_
tolerance_ boollogging - Indicates that fault tolerance logging is enabled on this kernel network.
- hosts
Sequence[Get
Virtualization Vmware Kernel Network Result Host] - identity str
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip_
addresses Sequence[str] - mac_
address str - Standard MAC address assigned to this kernel network.
- management bool
- Indicates that management traffic is enabled on this kernel network.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- Maximum transmission unit configured on a kernel network.
- name str
- User-provided name to identify the portgroup.
- networks
Sequence[Get
Virtualization Vmware Kernel Network Result Network] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Virtualization Vmware Kernel Network Result Parent] - permission_
resources Sequence[GetVirtualization Vmware Kernel Network Result Permission Resource] - registered_
devices Sequence[GetVirtualization Vmware Kernel Network 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.
- subnet_
mask str - Subnet mask of the kernel network.
- Sequence[Get
Virtualization Vmware Kernel Network Result Tag] - tcp_
ip_ strstack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version_
contexts Sequence[GetVirtualization Vmware Kernel Network Result Version Context] - vmotion bool
- Indicates that vmotion is enabled on this kernel network.
- vsan bool
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere_
provisioning bool - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere_
replication bool - Indicates that vsphere replication is enabled on this kernel network.
- vsphere_
replication_ boolnfc - Indicates that vsphere replication nfc is enabled on this kernel network.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- distributed
Networks List<Property Map> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- fault
Tolerance BooleanLogging - Indicates that fault tolerance logging is enabled on this kernel network.
- hosts List<Property Map>
- identity String
- The internally generated identity of network. This entity cannot manipulated by users. It aids in uniquely identifying the network object. For VMware, this is MOR (managed object reference).
- ip
Addresses List<String> - mac
Address String - Standard MAC address assigned to this kernel network.
- management Boolean
- Indicates that management traffic is enabled on this kernel network.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- Maximum transmission unit configured on a kernel network.
- name String
- User-provided name to identify the portgroup.
- networks List<Property Map>
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - registered
Devices 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.
- subnet
Mask String - Subnet mask of the kernel network.
- List<Property Map>
- tcp
Ip StringStack - Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
- version
Contexts List<Property Map> - vmotion Boolean
- Indicates that vmotion is enabled on this kernel network.
- vsan Boolean
- Indicates that vsan traffic is enabled on this kernel network.
- vsphere
Provisioning Boolean - Indicates that vsphere provisioning traffic is enabled on this kernel network.
- vsphere
Replication Boolean - Indicates that vsphere replication is enabled on this kernel network.
- vsphere
Replication BooleanNfc - Indicates that vsphere replication nfc is enabled on this kernel network.
GetVirtualizationVmwareKernelNetworkResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultDistributedNetwork
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultHost
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultNetwork
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVirtualizationVmwareKernelNetworkResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationVmwareKernelNetworkResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareKernelNetworkTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareKernelNetworkVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetVirtualization Vmware Kernel Network Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Kernel Network Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetVirtualization Vmware Kernel Network Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Kernel Network Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetVirtualization Vmware Kernel Network Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Kernel Network Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetVirtualization Vmware Kernel Network Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Kernel Network Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetVirtualization Vmware Kernel Network 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 Kernel Network Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetVirtualizationVmwareKernelNetworkVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareKernelNetworkVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet