public interface SavedAttachedDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoDelete()
Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
|
boolean |
getBoot()
Indicates that this is a boot disk.
|
String |
getDeviceName()
Specifies the name of the disk attached to the source instance.
|
com.google.protobuf.ByteString |
getDeviceNameBytes()
Specifies the name of the disk attached to the source instance.
|
CustomerEncryptionKey |
getDiskEncryptionKey()
The encryption key for the disk.
|
CustomerEncryptionKeyOrBuilder |
getDiskEncryptionKeyOrBuilder()
The encryption key for the disk.
|
long |
getDiskSizeGb()
The size of the disk in base-2 GB.
|
String |
getDiskType()
[Output Only] URL of the disk type resource.
|
com.google.protobuf.ByteString |
getDiskTypeBytes()
[Output Only] URL of the disk type resource.
|
GuestOsFeature |
getGuestOsFeatures(int index)
A list of features to enable on the guest operating system.
|
int |
getGuestOsFeaturesCount()
A list of features to enable on the guest operating system.
|
List<GuestOsFeature> |
getGuestOsFeaturesList()
A list of features to enable on the guest operating system.
|
GuestOsFeatureOrBuilder |
getGuestOsFeaturesOrBuilder(int index)
A list of features to enable on the guest operating system.
|
List<? extends GuestOsFeatureOrBuilder> |
getGuestOsFeaturesOrBuilderList()
A list of features to enable on the guest operating system.
|
int |
getIndex()
Specifies zero-based index of the disk that is attached to the source instance.
|
String |
getInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getLicenses(int index)
[Output Only] Any valid publicly visible licenses.
|
com.google.protobuf.ByteString |
getLicensesBytes(int index)
[Output Only] Any valid publicly visible licenses.
|
int |
getLicensesCount()
[Output Only] Any valid publicly visible licenses.
|
List<String> |
getLicensesList()
[Output Only] Any valid publicly visible licenses.
|
String |
getMode()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
com.google.protobuf.ByteString |
getModeBytes()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
String |
getSource()
Specifies a URL of the disk attached to the source instance.
|
com.google.protobuf.ByteString |
getSourceBytes()
Specifies a URL of the disk attached to the source instance.
|
long |
getStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
|
String |
getStorageBytesStatus()
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation.
|
com.google.protobuf.ByteString |
getStorageBytesStatusBytes()
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation.
|
String |
getType()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
com.google.protobuf.ByteString |
getTypeBytes()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
boolean |
hasAutoDelete()
Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
|
boolean |
hasBoot()
Indicates that this is a boot disk.
|
boolean |
hasDeviceName()
Specifies the name of the disk attached to the source instance.
|
boolean |
hasDiskEncryptionKey()
The encryption key for the disk.
|
boolean |
hasDiskSizeGb()
The size of the disk in base-2 GB.
|
boolean |
hasDiskType()
[Output Only] URL of the disk type resource.
|
boolean |
hasIndex()
Specifies zero-based index of the disk that is attached to the source instance.
|
boolean |
hasInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasMode()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
boolean |
hasSource()
Specifies a URL of the disk attached to the source instance.
|
boolean |
hasStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
|
boolean |
hasStorageBytesStatus()
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation.
|
boolean |
hasType()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAutoDelete()
Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
optional bool auto_delete = 464761403;boolean getAutoDelete()
Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
optional bool auto_delete = 464761403;boolean hasBoot()
Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
optional bool boot = 3029746;boolean getBoot()
Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
optional bool boot = 3029746;boolean hasDeviceName()
Specifies the name of the disk attached to the source instance.
optional string device_name = 67541716;String getDeviceName()
Specifies the name of the disk attached to the source instance.
optional string device_name = 67541716;com.google.protobuf.ByteString getDeviceNameBytes()
Specifies the name of the disk attached to the source instance.
optional string device_name = 67541716;boolean hasDiskEncryptionKey()
The encryption key for the disk.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
CustomerEncryptionKey getDiskEncryptionKey()
The encryption key for the disk.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
CustomerEncryptionKeyOrBuilder getDiskEncryptionKeyOrBuilder()
The encryption key for the disk.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
boolean hasDiskSizeGb()
The size of the disk in base-2 GB.
optional int64 disk_size_gb = 316263735;long getDiskSizeGb()
The size of the disk in base-2 GB.
optional int64 disk_size_gb = 316263735;boolean hasDiskType()
[Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
optional string disk_type = 93009052;String getDiskType()
[Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
optional string disk_type = 93009052;com.google.protobuf.ByteString getDiskTypeBytes()
[Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
optional string disk_type = 93009052;List<GuestOsFeature> getGuestOsFeaturesList()
A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;GuestOsFeature getGuestOsFeatures(int index)
A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;int getGuestOsFeaturesCount()
A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;List<? extends GuestOsFeatureOrBuilder> getGuestOsFeaturesOrBuilderList()
A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;GuestOsFeatureOrBuilder getGuestOsFeaturesOrBuilder(int index)
A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;boolean hasIndex()
Specifies zero-based index of the disk that is attached to the source instance.
optional int32 index = 100346066;int getIndex()
Specifies zero-based index of the disk that is attached to the source instance.
optional int32 index = 100346066;boolean hasInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. Check the Interface enum for the list of possible values.
optional string interface = 502623545;String getInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. Check the Interface enum for the list of possible values.
optional string interface = 502623545;com.google.protobuf.ByteString getInterfaceBytes()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. Check the Interface enum for the list of possible values.
optional string interface = 502623545;boolean hasKind()
[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
optional string kind = 3292052;List<String> getLicensesList()
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;int getLicensesCount()
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;String getLicenses(int index)
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;index - The index of the element to return.com.google.protobuf.ByteString getLicensesBytes(int index)
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;index - The index of the value to return.boolean hasMode()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY. Check the Mode enum for the list of possible values.
optional string mode = 3357091;String getMode()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY. Check the Mode enum for the list of possible values.
optional string mode = 3357091;com.google.protobuf.ByteString getModeBytes()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY. Check the Mode enum for the list of possible values.
optional string mode = 3357091;boolean hasSource()
Specifies a URL of the disk attached to the source instance.
optional string source = 177235995;String getSource()
Specifies a URL of the disk attached to the source instance.
optional string source = 177235995;com.google.protobuf.ByteString getSourceBytes()
Specifies a URL of the disk attached to the source instance.
optional string source = 177235995;boolean hasStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
optional int64 storage_bytes = 424631719;long getStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
optional int64 storage_bytes = 424631719;boolean hasStorageBytesStatus()
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.
optional string storage_bytes_status = 490739082;String getStorageBytesStatus()
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.
optional string storage_bytes_status = 490739082;com.google.protobuf.ByteString getStorageBytesStatusBytes()
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.
optional string storage_bytes_status = 490739082;boolean hasType()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2023 Google LLC. All rights reserved.