GetVpcResult

data class GetVpcResult(val createdAt: String, val default: Boolean, val description: String, val id: String, val ipRange: String, val name: String, val region: String, val urn: String)

A collection of values returned by getVpc.

Constructors

Link copied to clipboard
constructor(createdAt: String, default: Boolean, description: String, id: String, ipRange: String, name: String, region: String, urn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time of when the VPC was created.

Link copied to clipboard

A boolean indicating whether or not the VPC is the default one for the region.

Link copied to clipboard

A free-form text field describing the VPC.

Link copied to clipboard
val id: String

The unique identifier for the VPC.

Link copied to clipboard

The range of IP addresses for the VPC in CIDR notation.

Link copied to clipboard

The name of the VPC.

Link copied to clipboard

The DigitalOcean region slug for the VPC's location.

Link copied to clipboard
val urn: String

The uniform resource name (URN) for the VPC.