Subnet
- Print
- PDF
Subnet
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the subnet information.
Syntax
The syntax is as follows.
private String subnetNo;
private String vpcNo;
private String zoneCode;
private String subnetName;
private String subnet;
private CommonCode subnetStatus;
private Date createDate;
private CommonCode subnetType;
private CommonCode usageType;
private String networkAclNo;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
subnetNo | String | Required | Subnet number
|
vpcNo | String | Required | VPC number |
zoneCode | String | Required | Zone code |
subnetName | String | Required | Subnet name |
subnet | String | Required | IP address range |
subnetStatus | CommonCode | Required | Subnet status
|
createDate | Date | Optional | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
subnetType | CommonCode | Required | Subnet type
|
usageType | CommonCode | Optional | Purpose type
|
networkAclNo | String | Optional | Network ACL number |
Was this article helpful?