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

    Interface PeeringsPostRequestBody

    interface PeeringsPostRequestBody {
        additionalData?: Record<string, unknown>;
        name?: null | string;
        vpcId?: null | string;
    }

    Hierarchy

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

    name?: null | string

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

    vpcId?: null | string

    The ID of the VPC to peer with.