VirtualNetworkProperties Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualNetworkProperties
- com.
Implements
public final class VirtualNetworkProperties
implements JsonSerializable<VirtualNetworkProperties>
Defines the resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualNetworkProperties() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
inventoryItemId()
Get the inventory |
| String |
networkName()
Get the network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uuid()
Get the uuid property: Unique ID of the virtual network. |
| void |
validate()
Validates the instance. |
| String |
vmmServerId()
Get the vmm |
|
Virtual |
withInventoryItemId(String inventoryItemId)
Set the inventory |
|
Virtual |
withUuid(String uuid)
Set the uuid property: Unique ID of the virtual network. |
|
Virtual |
withVmmServerId(String vmmServerId)
Set the vmm |
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkProperties
public VirtualNetworkProperties()
Creates an instance of VirtualNetworkProperties class.
Method Details
fromJson
public static VirtualNetworkProperties fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkProperties from the JsonReader.
Parameters:
Returns:
Throws:
inventoryItemId
public String inventoryItemId()
Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Returns:
networkName
public String networkName()
Get the networkName property: Name of the virtual network in vmmServer.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
toJson
uuid
public String uuid()
Get the uuid property: Unique ID of the virtual network.
Returns:
validate
public void validate()
Validates the instance.
vmmServerId
public String vmmServerId()
Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Returns:
withInventoryItemId
public VirtualNetworkProperties withInventoryItemId(String inventoryItemId)
Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Parameters:
Returns:
withUuid
public VirtualNetworkProperties withUuid(String uuid)
Set the uuid property: Unique ID of the virtual network.
Parameters:
Returns:
withVmmServerId
public VirtualNetworkProperties withVmmServerId(String vmmServerId)
Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Parameters:
Returns: