Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 947 Bytes

CreateVpcRequest.md

File metadata and controls

13 lines (9 loc) · 947 Bytes

Org.OpenAPITools.Model.CreateVpcRequest

Properties

Name Type Description Notes
Region string Create the VPC in this Region id.
Description string A description of the VPC. [optional]
V4Subnet string The IPv4 VPC address. For example: 10.99.0.0<br><span style=&quot;color: red&quot;>If v4_subnet_mask is specified then v4_subnet is a required field.</span> [optional]
V4SubnetMask int The number of bits for the netmask in CIDR notation. Example: 24<br><span style=&quot;color: red&quot;>If v4_subnet is specified then v4_subnet_mask is a required field.</span> [optional]

[Back to Model list] [Back to API list] [Back to README]