Package com.google.cloud.compute.v1
Interface StatefulPolicyPreservedStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatefulPolicyPreservedState
,StatefulPolicyPreservedState.Builder
public interface StatefulPolicyPreservedStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsDisks(String key)
Disks created on the instances that will be preserved on instance delete, update, etc.Map<String,StatefulPolicyPreservedStateDiskDevice>
getDisks()
Deprecated.int
getDisksCount()
Disks created on the instances that will be preserved on instance delete, update, etc.Map<String,StatefulPolicyPreservedStateDiskDevice>
getDisksMap()
Disks created on the instances that will be preserved on instance delete, update, etc.StatefulPolicyPreservedStateDiskDevice
getDisksOrDefault(String key, StatefulPolicyPreservedStateDiskDevice defaultValue)
Disks created on the instances that will be preserved on instance delete, update, etc.StatefulPolicyPreservedStateDiskDevice
getDisksOrThrow(String key)
Disks created on the instances that will be preserved on instance delete, update, etc.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisksCount
int getDisksCount()
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateDiskDevice> disks = 95594102;
-
containsDisks
boolean containsDisks(String key)
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateDiskDevice> disks = 95594102;
-
getDisks
@Deprecated Map<String,StatefulPolicyPreservedStateDiskDevice> getDisks()
Deprecated.UsegetDisksMap()
instead.
-
getDisksMap
Map<String,StatefulPolicyPreservedStateDiskDevice> getDisksMap()
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateDiskDevice> disks = 95594102;
-
getDisksOrDefault
StatefulPolicyPreservedStateDiskDevice getDisksOrDefault(String key, StatefulPolicyPreservedStateDiskDevice defaultValue)
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateDiskDevice> disks = 95594102;
-
getDisksOrThrow
StatefulPolicyPreservedStateDiskDevice getDisksOrThrow(String key)
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateDiskDevice> disks = 95594102;
-
-