Interface StatefulPolicyPreservedStateOrBuilder

    • 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;
      • 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;
      • 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;