@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface VpcsPostRequestBody

    interface VpcsPostRequestBody {
        additionalData?: Record<string, unknown>;
        description?: null | string;
        ipRange?: null | string;
        name?: null | string;
        region?: null | string;
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • VpcsPostRequestBody
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    description?: null | string

    A free-form text field for describing the VPC's purpose. It may be a maximum of 255 characters.

    ipRange?: null | string

    The range of IP addresses in the VPC in CIDR notation. Network ranges cannot overlap with other networks in the same account and must be in range of private addresses as defined in RFC1918. It may not be smaller than /28 nor larger than /16. If no IP range is specified, a /20 network range is generated that won't conflict with other VPC networks in your account.

    name?: null | string

    The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.

    region?: null | string

    The slug identifier for the region where the VPC will be created.