TargetSubnet
- Print
- PDF
TargetSubnet
- 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 subnetName;
private String vpcNo;
private String vpcName;
private String zoneCode;
private String subnet;
private Boolean isPublic;
private Date createdDate;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
subnetNo | String | Required | Subnet number
|
subnetName | String | Required | Subnet name |
vpcNo | String | Requried | VPC number |
vpcName | String | Required | VPC name |
zoneCode | String | Required | Zone code |
subnet | String | Required | IP address range |
isPublic | Boolean | Required | Public subnet status
|
createdDate | Date | Required | Creation date and time |
Was this article helpful?