VpcConfig

class VpcConfig

Describes VPC configuration information for fleets and image builders.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifiers of the security groups for the fleet or image builder.

Link copied to clipboard

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

Functions

Link copied to clipboard
inline fun copy(block: VpcConfig.Builder.() -> Unit = {}): VpcConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String