Interface StatefulPolicyPreservedStateOrBuilder (1.50.0)

public interface StatefulPolicyPreservedStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsDisks(String key)

public abstract 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;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsExternalIPs(String key)

public abstract boolean containsExternalIPs(String key)

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> external_i_ps = 532687245;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsInternalIPs(String key)

public abstract boolean containsInternalIPs(String key)

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> internal_i_ps = 215731675;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDisks() (deprecated)

public abstract Map<String,StatefulPolicyPreservedStateDiskDevice> getDisks()

Use #getDisksMap() instead.

Returns
TypeDescription
Map<String,StatefulPolicyPreservedStateDiskDevice>

getDisksCount()

public abstract 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;

Returns
TypeDescription
int

getDisksMap()

public abstract 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;

Returns
TypeDescription
Map<String,StatefulPolicyPreservedStateDiskDevice>

getDisksOrDefault(String key, StatefulPolicyPreservedStateDiskDevice defaultValue)

public abstract 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;

Parameters
NameDescription
keyString
defaultValueStatefulPolicyPreservedStateDiskDevice
Returns
TypeDescription
StatefulPolicyPreservedStateDiskDevice

getDisksOrThrow(String key)

public abstract 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;

Parameter
NameDescription
keyString
Returns
TypeDescription
StatefulPolicyPreservedStateDiskDevice

getExternalIPs() (deprecated)

public abstract Map<String,StatefulPolicyPreservedStateNetworkIp> getExternalIPs()

Use #getExternalIPsMap() instead.

Returns
TypeDescription
Map<String,StatefulPolicyPreservedStateNetworkIp>

getExternalIPsCount()

public abstract int getExternalIPsCount()

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> external_i_ps = 532687245;

Returns
TypeDescription
int

getExternalIPsMap()

public abstract Map<String,StatefulPolicyPreservedStateNetworkIp> getExternalIPsMap()

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> external_i_ps = 532687245;

Returns
TypeDescription
Map<String,StatefulPolicyPreservedStateNetworkIp>

getExternalIPsOrDefault(String key, StatefulPolicyPreservedStateNetworkIp defaultValue)

public abstract StatefulPolicyPreservedStateNetworkIp getExternalIPsOrDefault(String key, StatefulPolicyPreservedStateNetworkIp defaultValue)

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> external_i_ps = 532687245;

Parameters
NameDescription
keyString
defaultValueStatefulPolicyPreservedStateNetworkIp
Returns
TypeDescription
StatefulPolicyPreservedStateNetworkIp

getExternalIPsOrThrow(String key)

public abstract StatefulPolicyPreservedStateNetworkIp getExternalIPsOrThrow(String key)

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> external_i_ps = 532687245;

Parameter
NameDescription
keyString
Returns
TypeDescription
StatefulPolicyPreservedStateNetworkIp

getInternalIPs() (deprecated)

public abstract Map<String,StatefulPolicyPreservedStateNetworkIp> getInternalIPs()

Use #getInternalIPsMap() instead.

Returns
TypeDescription
Map<String,StatefulPolicyPreservedStateNetworkIp>

getInternalIPsCount()

public abstract int getInternalIPsCount()

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> internal_i_ps = 215731675;

Returns
TypeDescription
int

getInternalIPsMap()

public abstract Map<String,StatefulPolicyPreservedStateNetworkIp> getInternalIPsMap()

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> internal_i_ps = 215731675;

Returns
TypeDescription
Map<String,StatefulPolicyPreservedStateNetworkIp>

getInternalIPsOrDefault(String key, StatefulPolicyPreservedStateNetworkIp defaultValue)

public abstract StatefulPolicyPreservedStateNetworkIp getInternalIPsOrDefault(String key, StatefulPolicyPreservedStateNetworkIp defaultValue)

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> internal_i_ps = 215731675;

Parameters
NameDescription
keyString
defaultValueStatefulPolicyPreservedStateNetworkIp
Returns
TypeDescription
StatefulPolicyPreservedStateNetworkIp

getInternalIPsOrThrow(String key)

public abstract StatefulPolicyPreservedStateNetworkIp getInternalIPsOrThrow(String key)

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

map<string, .google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp> internal_i_ps = 215731675;

Parameter
NameDescription
keyString
Returns
TypeDescription
StatefulPolicyPreservedStateNetworkIp