public class PrivateAccessSubnet extends Object
| Constructor and Description |
|---|
PrivateAccessSubnet() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
key()
Get the key (ID) of the subnet.
|
String |
name()
Get the name of the subnet.
|
PrivateAccessSubnet |
withKey(Integer key)
Set the key (ID) of the subnet.
|
PrivateAccessSubnet |
withName(String name)
Set the name of the subnet.
|
public String name()
public PrivateAccessSubnet withName(String name)
name - the name value to setpublic Integer key()
public PrivateAccessSubnet withKey(Integer key)
key - the key value to setCopyright © 2019. All rights reserved.