ZoneResourceSpecArgs

data class ZoneResourceSpecArgs(val locationType: Output<String>) : ConvertibleToJava<ZoneResourceSpecArgs>

Constructors

Link copied to clipboard
constructor(locationType: Output<String>)

Properties

Link copied to clipboard
val locationType: Output<String>

Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone. Possible values: LOCATION_TYPE_UNSPECIFIED, SINGLE_REGION, MULTI_REGION

Functions

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