public interface StatefulPolicyPreservedStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;
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;
@Deprecated Map<String,StatefulPolicyPreservedStateDiskDevice> getDisks()
getDisksMap() instead.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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.