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

    Interface WithVpc_PutRequestBody

    interface WithVpc_PutRequestBody {
        additionalData?: Record<string, unknown>;
        defaultEscaped?: null | boolean;
        description?: null | string;
        name?: null | string;
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • WithVpc_PutRequestBody
    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.

    defaultEscaped?: null | boolean

    A boolean value indicating whether or not the VPC is the default network for the region. All applicable resources are placed into the default VPC network unless otherwise specified during their creation. The default field cannot be unset from true. If you want to set a new default VPC network, update the default field of another VPC network in the same region. The previous network's default field will be set to false when a new default VPC has been defined.

    description?: null | string

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

    name?: null | string

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