Instance Boot Disk Initialize Params Args
data class InstanceBootDiskInitializeParamsArgs(val image: Output<String>? = null, val labels: Output<Map<String, Any>>? = null, val resourceManagerTags: Output<Map<String, Any>>? = null, val size: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<InstanceBootDiskInitializeParamsArgs>
Constructors
Properties
Link copied to clipboard
The image from which to initialize this disk. This can be one of: the image's self_link, projects/{project}/global/images/{image}, projects/{project}/global/images/family/{family}, global/images/{image}, global/images/family/{family}, family/{family}, {project}/{family}, {project}/{image}, {family}, or {image}. If referred by family, the images names must include the family name. If they don't, use the gcp.compute.Image data source. For instance, the image centos-6-v20180104 includes its family name centos-6. These images can be referred by family name here.
Link copied to clipboard