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="color: red">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="color: red">If an ip_block is specified then prefix_length is a required field.</span> | [optional] |