GetVpcPlainArgs

data class GetVpcPlainArgs(val id: String? = null, val name: String? = null, val region: String? = null) : ConvertibleToJava<GetVpcPlainArgs>

A collection of arguments for invoking getVpc.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, region: String? = null)

Properties

Link copied to clipboard
val id: String? = null

The unique identifier of an existing VPC.

Link copied to clipboard
val name: String? = null

The name of an existing VPC.

Link copied to clipboard
val region: String? = null

The DigitalOcean region slug for the VPC's location.

Functions

Link copied to clipboard
open override fun toJava(): GetVpcPlainArgs