Resource: Subnet
Subnet in a private cloud. Either management
subnets (such as vMotion) that are read-only, or userDefined
, which can also be updated.
JSON representation |
---|
{
"name": string,
"ipCidrRange": string,
"gatewayIp": string,
"type": string,
"state": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: |
ipCidrRange |
The IP address range of the subnet in CIDR format '10.0.0.0/24'. |
gatewayIp |
The IP address of the gateway of this subnet. Must fall within the IP prefix defined above. |
type |
Output only. The type of the subnet. For example "management" or "userDefined". |
state |
Output only. The state of the resource. |
State
Defines possible states of subnets.
Enums | |
---|---|
STATE_UNSPECIFIED |
The default value. This value should never be used. |
ACTIVE |
The subnet is ready. |
CREATING |
The subnet is being created. |
UPDATING |
The subnet is being updated. |
DELETING |
The subnet is being deleted. |
RECONCILING |
Changes requested in the last operation are being propagated. |
FAILED |
Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state. |
Methods |
|
---|---|
|
Gets details of a single subnet. |
|
Lists subnets in a given private cloud. |
|
Updates the parameters of a single subnet. |