GetWorkloadNetworkVMGroupPlainArgs

data class GetWorkloadNetworkVMGroupPlainArgs(val privateCloudName: String, val resourceGroupName: String, val vmGroupId: String) : ConvertibleToJava<GetWorkloadNetworkVMGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(privateCloudName: String, resourceGroupName: String, vmGroupId: String)

Properties

Link copied to clipboard

Name of the private cloud

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

NSX VM Group identifier. Generally the same as the VM Group's display name

Functions

Link copied to clipboard
open override fun toJava(): GetWorkloadNetworkVMGroupPlainArgs