public class PrivateAccessVirtualNetwork extends Object
Constructor and Description |
---|
PrivateAccessVirtualNetwork() |
Modifier and Type | Method and Description |
---|---|
Integer |
key()
Get the key (ID) of the Virtual Network.
|
String |
name()
Get the name of the Virtual Network.
|
String |
resourceId()
Get the ARM uri of the Virtual Network.
|
List<PrivateAccessSubnet> |
subnets()
Get a List of subnets that access is allowed to on this Virtual Network.
|
PrivateAccessVirtualNetwork |
withKey(Integer key)
Set the key (ID) of the Virtual Network.
|
PrivateAccessVirtualNetwork |
withName(String name)
Set the name of the Virtual Network.
|
PrivateAccessVirtualNetwork |
withResourceId(String resourceId)
Set the ARM uri of the Virtual Network.
|
PrivateAccessVirtualNetwork |
withSubnets(List<PrivateAccessSubnet> subnets)
Set a List of subnets that access is allowed to on this Virtual Network.
|
public String name()
public PrivateAccessVirtualNetwork withName(String name)
name
- the name value to setpublic Integer key()
public PrivateAccessVirtualNetwork withKey(Integer key)
key
- the key value to setpublic String resourceId()
public PrivateAccessVirtualNetwork withResourceId(String resourceId)
resourceId
- the resourceId value to setpublic List<PrivateAccessSubnet> subnets()
public PrivateAccessVirtualNetwork withSubnets(List<PrivateAccessSubnet> subnets)
subnets
- the subnets value to setCopyright © 2019. All rights reserved.