VirtualNetworkInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. scvmm. fluent. models. VirtualNetworkInner
- com.
- com.
- com.
public final class VirtualNetworkInner
extends Resource
The VirtualNetworks resource definition.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualNetworkInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Extended |
extendedLocation()
Get the extended |
| String |
inventoryItemId()
Get the inventory |
| String |
networkName()
Get the network |
| String |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| String |
uuid()
Get the uuid property: Unique ID of the virtual network. |
| void |
validate()
Validates the instance. |
| String |
vmmServerId()
Get the vmm |
|
Virtual |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extended |
|
Virtual |
withInventoryItemId(String inventoryItemId)
Set the inventory |
|
Virtual |
withLocation(String location) |
|
Virtual |
withTags(Map<String,String> tags) |
|
Virtual |
withUuid(String uuid)
Set the uuid property: Unique ID of the virtual network. |
|
Virtual |
withVmmServerId(String vmmServerId)
Set the vmm |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkInner
public VirtualNetworkInner()
Method Details
extendedLocation
public ExtendedLocation extendedLocation()
Get the extendedLocation property: The extended location.
Returns:
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 String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
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:
withExtendedLocation
public VirtualNetworkInner withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location.
Parameters:
Returns:
withInventoryItemId
public VirtualNetworkInner withInventoryItemId(String inventoryItemId)
Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Parameters:
Returns:
withLocation
public VirtualNetworkInner withLocation(String location)
Overrides:
VirtualNetworkInner.withLocation(String location)Parameters:
withTags
public VirtualNetworkInner withTags(Map<String,String> tags)
Overrides:
VirtualNetworkInner.withTags(Map<String,String> tags)Parameters:
withUuid
public VirtualNetworkInner withUuid(String uuid)
Set the uuid property: Unique ID of the virtual network.
Parameters:
Returns:
withVmmServerId
public VirtualNetworkInner withVmmServerId(String vmmServerId)
Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Parameters:
Returns: