Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.13 KB

CreateVpc2Request.md

File metadata and controls

14 lines (10 loc) · 1.13 KB

Org.OpenAPITools.Model.CreateVpc2Request

Properties

Name Type Description Notes
Region string Create the VPC in this Region id.
Description string A description of the VPC. </br> Must be no longer than 255 characters and may include only letters, numbers, spaces, underscores and hyphens. [optional]
IpType Enum Accepted values: * `v4` [optional]
IpBlock string The VPC subnet IP address. For example: 10.99.0.0<br><span style=&quot;color: red&quot;>If a prefix_length is specified then ip_block is a required field.</span> [optional]
PrefixLength int The number of bits for the netmask in CIDR notation. Example: 24<br><span style=&quot;color: red&quot;>If an ip_block is specified then prefix_length is a required field.</span> [optional]

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