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

intersight.getVirtualizationVmwareKernelNetwork

Explore with Pulumi AI

intersight logo
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:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareKernelNetworkAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DistributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FaultToleranceLogging bool
    Indicates that fault tolerance logging is enabled on this kernel network.
    Host GetVirtualizationVmwareKernelNetworkHost
    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).
    IpAddresses List<string>
    MacAddress string
    Standard MAC address assigned to this kernel network.
    Management bool
    Indicates that management traffic is enabled on this kernel network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit configured on a kernel network.
    Name string
    User-provided name to identify the portgroup.
    Network GetVirtualizationVmwareKernelNetworkNetwork
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareKernelNetworkParent
    PermissionResources List<GetVirtualizationVmwareKernelNetworkPermissionResource>
    RegisteredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubnetMask string
    Subnet mask of the kernel network.
    Tags List<GetVirtualizationVmwareKernelNetworkTag>
    TcpIpStack string
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    VersionContext GetVirtualizationVmwareKernelNetworkVersionContext
    Vmotion bool
    Indicates that vmotion is enabled on this kernel network.
    Vsan bool
    Indicates that vsan traffic is enabled on this kernel network.
    VsphereProvisioning bool
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    VsphereReplication bool
    Indicates that vsphere replication is enabled on this kernel network.
    VsphereReplicationNfc bool
    Indicates that vsphere replication nfc is enabled on this kernel network.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareKernelNetworkAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DistributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FaultToleranceLogging bool
    Indicates that fault tolerance logging is enabled on this kernel network.
    Host GetVirtualizationVmwareKernelNetworkHost
    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).
    IpAddresses []string
    MacAddress string
    Standard MAC address assigned to this kernel network.
    Management bool
    Indicates that management traffic is enabled on this kernel network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit configured on a kernel network.
    Name string
    User-provided name to identify the portgroup.
    Network GetVirtualizationVmwareKernelNetworkNetwork
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareKernelNetworkParent
    PermissionResources []GetVirtualizationVmwareKernelNetworkPermissionResource
    RegisteredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubnetMask string
    Subnet mask of the kernel network.
    Tags []GetVirtualizationVmwareKernelNetworkTag
    TcpIpStack string
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    VersionContext GetVirtualizationVmwareKernelNetworkVersionContext
    Vmotion bool
    Indicates that vmotion is enabled on this kernel network.
    Vsan bool
    Indicates that vsan traffic is enabled on this kernel network.
    VsphereProvisioning bool
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    VsphereReplication bool
    Indicates that vsphere replication is enabled on this kernel network.
    VsphereReplicationNfc bool
    Indicates that vsphere replication nfc is enabled on this kernel network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareKernelNetworkAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    distributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    faultToleranceLogging Boolean
    Indicates that fault tolerance logging is enabled on this kernel network.
    host GetVirtualizationVmwareKernelNetworkHost
    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).
    ipAddresses List<String>
    macAddress String
    Standard MAC address assigned to this kernel network.
    management Boolean
    Indicates that management traffic is enabled on this kernel network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit configured on a kernel network.
    name String
    User-provided name to identify the portgroup.
    network GetVirtualizationVmwareKernelNetworkNetwork
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareKernelNetworkParent
    permissionResources List<GetVirtualizationVmwareKernelNetworkPermissionResource>
    registeredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnetMask String
    Subnet mask of the kernel network.
    tags List<GetVirtualizationVmwareKernelNetworkTag>
    tcpIpStack String
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    versionContext GetVirtualizationVmwareKernelNetworkVersionContext
    vmotion Boolean
    Indicates that vmotion is enabled on this kernel network.
    vsan Boolean
    Indicates that vsan traffic is enabled on this kernel network.
    vsphereProvisioning Boolean
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    vsphereReplication Boolean
    Indicates that vsphere replication is enabled on this kernel network.
    vsphereReplicationNfc Boolean
    Indicates that vsphere replication nfc is enabled on this kernel network.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareKernelNetworkAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    distributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    faultToleranceLogging boolean
    Indicates that fault tolerance logging is enabled on this kernel network.
    host GetVirtualizationVmwareKernelNetworkHost
    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).
    ipAddresses string[]
    macAddress string
    Standard MAC address assigned to this kernel network.
    management boolean
    Indicates that management traffic is enabled on this kernel network.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit configured on a kernel network.
    name string
    User-provided name to identify the portgroup.
    network GetVirtualizationVmwareKernelNetworkNetwork
    objectType string
    owners string[]
    parent GetVirtualizationVmwareKernelNetworkParent
    permissionResources GetVirtualizationVmwareKernelNetworkPermissionResource[]
    registeredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnetMask string
    Subnet mask of the kernel network.
    tags GetVirtualizationVmwareKernelNetworkTag[]
    tcpIpStack string
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    versionContext GetVirtualizationVmwareKernelNetworkVersionContext
    vmotion boolean
    Indicates that vmotion is enabled on this kernel network.
    vsan boolean
    Indicates that vsan traffic is enabled on this kernel network.
    vsphereProvisioning boolean
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    vsphereReplication boolean
    Indicates that vsphere replication is enabled on this kernel network.
    vsphereReplicationNfc boolean
    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[GetVirtualizationVmwareKernelNetworkAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    distributed_network GetVirtualizationVmwareKernelNetworkDistributedNetwork
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fault_tolerance_logging bool
    Indicates that fault tolerance logging is enabled on this kernel network.
    host GetVirtualizationVmwareKernelNetworkHost
    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 GetVirtualizationVmwareKernelNetworkNetwork
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareKernelNetworkParent
    permission_resources Sequence[GetVirtualizationVmwareKernelNetworkPermissionResource]
    registered_device GetVirtualizationVmwareKernelNetworkRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnet_mask str
    Subnet mask of the kernel network.
    tags Sequence[GetVirtualizationVmwareKernelNetworkTag]
    tcp_ip_stack str
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    version_context GetVirtualizationVmwareKernelNetworkVersionContext
    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_nfc bool
    Indicates that vsphere replication nfc is enabled on this kernel network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    distributedNetwork Property Map
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    faultToleranceLogging Boolean
    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).
    ipAddresses List<String>
    macAddress String
    Standard MAC address assigned to this kernel network.
    management Boolean
    Indicates that management traffic is enabled on this kernel network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit configured on a kernel network.
    name String
    User-provided name to identify the portgroup.
    network Property Map
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnetMask String
    Subnet mask of the kernel network.
    tags List<Property Map>
    tcpIpStack String
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    versionContext 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.
    vsphereProvisioning Boolean
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    vsphereReplication Boolean
    Indicates that vsphere replication is enabled on this kernel network.
    vsphereReplicationNfc Boolean
    Indicates that vsphere replication nfc is enabled on this kernel network.

    getVirtualizationVmwareKernelNetwork Result

    The following output properties are available:

    Id string
    Results List<GetVirtualizationVmwareKernelNetworkResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareKernelNetworkAncestor>
    ClassId string
    CreateTime string
    DistributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    DomainGroupMoid string
    FaultToleranceLogging bool
    Host GetVirtualizationVmwareKernelNetworkHost
    Identity string
    IpAddresses List<string>
    MacAddress string
    Management bool
    ModTime string
    Moid string
    Mtu double
    Name string
    Network GetVirtualizationVmwareKernelNetworkNetwork
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareKernelNetworkParent
    PermissionResources List<GetVirtualizationVmwareKernelNetworkPermissionResource>
    RegisteredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    SharedScope string
    SubnetMask string
    Tags List<GetVirtualizationVmwareKernelNetworkTag>
    TcpIpStack string
    VersionContext GetVirtualizationVmwareKernelNetworkVersionContext
    Vmotion bool
    Vsan bool
    VsphereProvisioning bool
    VsphereReplication bool
    VsphereReplicationNfc bool
    Id string
    Results []GetVirtualizationVmwareKernelNetworkResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareKernelNetworkAncestor
    ClassId string
    CreateTime string
    DistributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    DomainGroupMoid string
    FaultToleranceLogging bool
    Host GetVirtualizationVmwareKernelNetworkHost
    Identity string
    IpAddresses []string
    MacAddress string
    Management bool
    ModTime string
    Moid string
    Mtu float64
    Name string
    Network GetVirtualizationVmwareKernelNetworkNetwork
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareKernelNetworkParent
    PermissionResources []GetVirtualizationVmwareKernelNetworkPermissionResource
    RegisteredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    SharedScope string
    SubnetMask string
    Tags []GetVirtualizationVmwareKernelNetworkTag
    TcpIpStack string
    VersionContext GetVirtualizationVmwareKernelNetworkVersionContext
    Vmotion bool
    Vsan bool
    VsphereProvisioning bool
    VsphereReplication bool
    VsphereReplicationNfc bool
    id String
    results List<GetVirtualizationVmwareKernelNetworkResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetVirtualizationVmwareKernelNetworkAncestor>
    classId String
    createTime String
    distributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    domainGroupMoid String
    faultToleranceLogging Boolean
    host GetVirtualizationVmwareKernelNetworkHost
    identity String
    ipAddresses List<String>
    macAddress String
    management Boolean
    modTime String
    moid String
    mtu Double
    name String
    network GetVirtualizationVmwareKernelNetworkNetwork
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareKernelNetworkParent
    permissionResources List<GetVirtualizationVmwareKernelNetworkPermissionResource>
    registeredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    sharedScope String
    subnetMask String
    tags List<GetVirtualizationVmwareKernelNetworkTag>
    tcpIpStack String
    versionContext GetVirtualizationVmwareKernelNetworkVersionContext
    vmotion Boolean
    vsan Boolean
    vsphereProvisioning Boolean
    vsphereReplication Boolean
    vsphereReplicationNfc Boolean
    id string
    results GetVirtualizationVmwareKernelNetworkResult[]
    accountMoid string
    additionalProperties string
    ancestors GetVirtualizationVmwareKernelNetworkAncestor[]
    classId string
    createTime string
    distributedNetwork GetVirtualizationVmwareKernelNetworkDistributedNetwork
    domainGroupMoid string
    faultToleranceLogging boolean
    host GetVirtualizationVmwareKernelNetworkHost
    identity string
    ipAddresses string[]
    macAddress string
    management boolean
    modTime string
    moid string
    mtu number
    name string
    network GetVirtualizationVmwareKernelNetworkNetwork
    objectType string
    owners string[]
    parent GetVirtualizationVmwareKernelNetworkParent
    permissionResources GetVirtualizationVmwareKernelNetworkPermissionResource[]
    registeredDevice GetVirtualizationVmwareKernelNetworkRegisteredDevice
    sharedScope string
    subnetMask string
    tags GetVirtualizationVmwareKernelNetworkTag[]
    tcpIpStack string
    versionContext GetVirtualizationVmwareKernelNetworkVersionContext
    vmotion boolean
    vsan boolean
    vsphereProvisioning boolean
    vsphereReplication boolean
    vsphereReplicationNfc boolean
    id str
    results Sequence[GetVirtualizationVmwareKernelNetworkResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareKernelNetworkAncestor]
    class_id str
    create_time str
    distributed_network GetVirtualizationVmwareKernelNetworkDistributedNetwork
    domain_group_moid str
    fault_tolerance_logging bool
    host GetVirtualizationVmwareKernelNetworkHost
    identity str
    ip_addresses Sequence[str]
    mac_address str
    management bool
    mod_time str
    moid str
    mtu float
    name str
    network GetVirtualizationVmwareKernelNetworkNetwork
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareKernelNetworkParent
    permission_resources Sequence[GetVirtualizationVmwareKernelNetworkPermissionResource]
    registered_device GetVirtualizationVmwareKernelNetworkRegisteredDevice
    shared_scope str
    subnet_mask str
    tags Sequence[GetVirtualizationVmwareKernelNetworkTag]
    tcp_ip_stack str
    version_context GetVirtualizationVmwareKernelNetworkVersionContext
    vmotion bool
    vsan bool
    vsphere_provisioning bool
    vsphere_replication bool
    vsphere_replication_nfc bool

    Supporting Types

    GetVirtualizationVmwareKernelNetworkAncestor

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkDistributedNetwork

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkHost

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkNetwork

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkParent

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkPermissionResource

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkRegisteredDevice

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareKernelNetworkResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DistributedNetworks List<GetVirtualizationVmwareKernelNetworkResultDistributedNetwork>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FaultToleranceLogging bool
    Indicates that fault tolerance logging is enabled on this kernel network.
    Hosts List<GetVirtualizationVmwareKernelNetworkResultHost>
    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).
    IpAddresses List<string>
    MacAddress string
    Standard MAC address assigned to this kernel network.
    Management bool
    Indicates that management traffic is enabled on this kernel network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit configured on a kernel network.
    Name string
    User-provided name to identify the portgroup.
    Networks List<GetVirtualizationVmwareKernelNetworkResultNetwork>
    ObjectType string
    Owners List<string>
    Parents List<GetVirtualizationVmwareKernelNetworkResultParent>
    PermissionResources List<GetVirtualizationVmwareKernelNetworkResultPermissionResource>
    RegisteredDevices List<GetVirtualizationVmwareKernelNetworkResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubnetMask string
    Subnet mask of the kernel network.
    Tags List<GetVirtualizationVmwareKernelNetworkResultTag>
    TcpIpStack string
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    VersionContexts List<GetVirtualizationVmwareKernelNetworkResultVersionContext>
    Vmotion bool
    Indicates that vmotion is enabled on this kernel network.
    Vsan bool
    Indicates that vsan traffic is enabled on this kernel network.
    VsphereProvisioning bool
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    VsphereReplication bool
    Indicates that vsphere replication is enabled on this kernel network.
    VsphereReplicationNfc bool
    Indicates that vsphere replication nfc is enabled on this kernel network.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareKernelNetworkResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DistributedNetworks []GetVirtualizationVmwareKernelNetworkResultDistributedNetwork
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FaultToleranceLogging bool
    Indicates that fault tolerance logging is enabled on this kernel network.
    Hosts []GetVirtualizationVmwareKernelNetworkResultHost
    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).
    IpAddresses []string
    MacAddress string
    Standard MAC address assigned to this kernel network.
    Management bool
    Indicates that management traffic is enabled on this kernel network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit configured on a kernel network.
    Name string
    User-provided name to identify the portgroup.
    Networks []GetVirtualizationVmwareKernelNetworkResultNetwork
    ObjectType string
    Owners []string
    Parents []GetVirtualizationVmwareKernelNetworkResultParent
    PermissionResources []GetVirtualizationVmwareKernelNetworkResultPermissionResource
    RegisteredDevices []GetVirtualizationVmwareKernelNetworkResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubnetMask string
    Subnet mask of the kernel network.
    Tags []GetVirtualizationVmwareKernelNetworkResultTag
    TcpIpStack string
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    VersionContexts []GetVirtualizationVmwareKernelNetworkResultVersionContext
    Vmotion bool
    Indicates that vmotion is enabled on this kernel network.
    Vsan bool
    Indicates that vsan traffic is enabled on this kernel network.
    VsphereProvisioning bool
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    VsphereReplication bool
    Indicates that vsphere replication is enabled on this kernel network.
    VsphereReplicationNfc bool
    Indicates that vsphere replication nfc is enabled on this kernel network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareKernelNetworkResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    distributedNetworks List<GetVirtualizationVmwareKernelNetworkResultDistributedNetwork>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    faultToleranceLogging Boolean
    Indicates that fault tolerance logging is enabled on this kernel network.
    hosts List<GetVirtualizationVmwareKernelNetworkResultHost>
    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).
    ipAddresses List<String>
    macAddress String
    Standard MAC address assigned to this kernel network.
    management Boolean
    Indicates that management traffic is enabled on this kernel network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit configured on a kernel network.
    name String
    User-provided name to identify the portgroup.
    networks List<GetVirtualizationVmwareKernelNetworkResultNetwork>
    objectType String
    owners List<String>
    parents List<GetVirtualizationVmwareKernelNetworkResultParent>
    permissionResources List<GetVirtualizationVmwareKernelNetworkResultPermissionResource>
    registeredDevices List<GetVirtualizationVmwareKernelNetworkResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnetMask String
    Subnet mask of the kernel network.
    tags List<GetVirtualizationVmwareKernelNetworkResultTag>
    tcpIpStack String
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    versionContexts List<GetVirtualizationVmwareKernelNetworkResultVersionContext>
    vmotion Boolean
    Indicates that vmotion is enabled on this kernel network.
    vsan Boolean
    Indicates that vsan traffic is enabled on this kernel network.
    vsphereProvisioning Boolean
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    vsphereReplication Boolean
    Indicates that vsphere replication is enabled on this kernel network.
    vsphereReplicationNfc Boolean
    Indicates that vsphere replication nfc is enabled on this kernel network.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareKernelNetworkResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    distributedNetworks GetVirtualizationVmwareKernelNetworkResultDistributedNetwork[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    faultToleranceLogging boolean
    Indicates that fault tolerance logging is enabled on this kernel network.
    hosts GetVirtualizationVmwareKernelNetworkResultHost[]
    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).
    ipAddresses string[]
    macAddress string
    Standard MAC address assigned to this kernel network.
    management boolean
    Indicates that management traffic is enabled on this kernel network.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit configured on a kernel network.
    name string
    User-provided name to identify the portgroup.
    networks GetVirtualizationVmwareKernelNetworkResultNetwork[]
    objectType string
    owners string[]
    parents GetVirtualizationVmwareKernelNetworkResultParent[]
    permissionResources GetVirtualizationVmwareKernelNetworkResultPermissionResource[]
    registeredDevices GetVirtualizationVmwareKernelNetworkResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnetMask string
    Subnet mask of the kernel network.
    tags GetVirtualizationVmwareKernelNetworkResultTag[]
    tcpIpStack string
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    versionContexts GetVirtualizationVmwareKernelNetworkResultVersionContext[]
    vmotion boolean
    Indicates that vmotion is enabled on this kernel network.
    vsan boolean
    Indicates that vsan traffic is enabled on this kernel network.
    vsphereProvisioning boolean
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    vsphereReplication boolean
    Indicates that vsphere replication is enabled on this kernel network.
    vsphereReplicationNfc boolean
    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[GetVirtualizationVmwareKernelNetworkResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    distributed_networks Sequence[GetVirtualizationVmwareKernelNetworkResultDistributedNetwork]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fault_tolerance_logging bool
    Indicates that fault tolerance logging is enabled on this kernel network.
    hosts Sequence[GetVirtualizationVmwareKernelNetworkResultHost]
    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[GetVirtualizationVmwareKernelNetworkResultNetwork]
    object_type str
    owners Sequence[str]
    parents Sequence[GetVirtualizationVmwareKernelNetworkResultParent]
    permission_resources Sequence[GetVirtualizationVmwareKernelNetworkResultPermissionResource]
    registered_devices Sequence[GetVirtualizationVmwareKernelNetworkResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnet_mask str
    Subnet mask of the kernel network.
    tags Sequence[GetVirtualizationVmwareKernelNetworkResultTag]
    tcp_ip_stack str
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    version_contexts Sequence[GetVirtualizationVmwareKernelNetworkResultVersionContext]
    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_nfc bool
    Indicates that vsphere replication nfc is enabled on this kernel network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    distributedNetworks List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    faultToleranceLogging Boolean
    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).
    ipAddresses List<String>
    macAddress String
    Standard MAC address assigned to this kernel network.
    management Boolean
    Indicates that management traffic is enabled on this kernel network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit configured on a kernel network.
    name String
    User-provided name to identify the portgroup.
    networks List<Property Map>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subnetMask String
    Subnet mask of the kernel network.
    tags List<Property Map>
    tcpIpStack String
    Type of stack for the kernel network. It can be custom, default, vMotion or provisioning.
    versionContexts 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.
    vsphereProvisioning Boolean
    Indicates that vsphere provisioning traffic is enabled on this kernel network.
    vsphereReplication Boolean
    Indicates that vsphere replication is enabled on this kernel network.
    vsphereReplicationNfc Boolean
    Indicates that vsphere replication nfc is enabled on this kernel network.

    GetVirtualizationVmwareKernelNetworkResultAncestor

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

    GetVirtualizationVmwareKernelNetworkResultDistributedNetwork

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

    GetVirtualizationVmwareKernelNetworkResultHost

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

    GetVirtualizationVmwareKernelNetworkResultNetwork

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

    GetVirtualizationVmwareKernelNetworkResultParent

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

    GetVirtualizationVmwareKernelNetworkResultPermissionResource

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

    GetVirtualizationVmwareKernelNetworkResultRegisteredDevice

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

    GetVirtualizationVmwareKernelNetworkResultTag

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

    GetVirtualizationVmwareKernelNetworkResultVersionContext

    GetVirtualizationVmwareKernelNetworkResultVersionContextInterestedMo

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

    GetVirtualizationVmwareKernelNetworkResultVersionContextRefMo

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

    GetVirtualizationVmwareKernelNetworkTag

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

    GetVirtualizationVmwareKernelNetworkVersionContext

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

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

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

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

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

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

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

    GetVirtualizationVmwareKernelNetworkVersionContextInterestedMo

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareKernelNetworkVersionContextRefMo

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

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

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

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

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

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

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet