VirtualNetworkInner Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. fluent. models. VirtualNetworkInner
- com.
Implements
public final class VirtualNetworkInner
implements JsonSerializable<VirtualNetworkInner>
Virtual network model.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualNetworkInner() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
assignable()
Get the assignable property: can be used in vm creation/deletion. |
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
id()
Get the id property: virtual network id (private |
| String |
location()
Get the location property: Azure region. |
| String |
name()
Get the name property: {Virtual |
| String |
privateCloudId()
Get the private |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: {resource |
| void |
validate()
Validates the instance. |
|
Virtual |
withId(String id)
Set the id property: virtual network id (private |
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkInner
public VirtualNetworkInner()
Creates an instance of VirtualNetworkInner class.
Method Details
assignable
public Boolean assignable()
Get the assignable property: can be used in vm creation/deletion.
Returns:
fromJson
public static VirtualNetworkInner fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: virtual network id (privateCloudId:vsphereId).
Returns:
location
public String location()
Get the location property: Azure region.
Returns:
name
public String name()
Get the name property: {VirtualNetworkName}.
Returns:
privateCloudId
public String privateCloudId()
Get the privateCloudId property: The Private Cloud id.
Returns:
toJson
type
public String type()
Get the type property: {resourceProviderNamespace}/{resourceType}.
Returns:
validate
public void validate()
Validates the instance.
withId
public VirtualNetworkInner withId(String id)
Set the id property: virtual network id (privateCloudId:vsphereId).
Parameters:
Returns: