@digitalocean/dots - v1.0.1
    Preparing search index...
    interface Destroy_with_associated_resourcesGetResponse {
        additionalData?: Record<string, unknown>;
        floatingIps?: null | Associated_resource[];
        reservedIps?: null | Associated_resource[];
        snapshots?: null | Associated_resource[];
        volumes?: null | Associated_resource[];
        volumeSnapshots?: null | Associated_resource[];
    }

    Hierarchy

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

    floatingIps?: null | Associated_resource[]

    Floating IPs that are associated with this Droplet.
    Requires reserved_ip:read scope.

    reservedIps?: null | Associated_resource[]

    Reserved IPs that are associated with this Droplet.
    Requires reserved_ip:read scope.

    snapshots?: null | Associated_resource[]

    Snapshots that are associated with this Droplet.
    Requires image:read scope.

    volumes?: null | Associated_resource[]

    Volumes that are associated with this Droplet.
    Requires block_storage:read scope.

    volumeSnapshots?: null | Associated_resource[]

    Volume Snapshots that are associated with this Droplet.
    Requires block_storage_snapshot:read scope.