Interface RegionInstanceGroupManagersCreateInstancesRequestOrBuilder (1.47.0)

public interface RegionInstanceGroupManagersCreateInstancesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract PerInstanceConfig getInstances(int index)

[Required] List of specifications of per-instance configs.

repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;

Parameter
NameDescription
indexint
Returns
TypeDescription
PerInstanceConfig

getInstancesCount()

public abstract int getInstancesCount()

[Required] List of specifications of per-instance configs.

repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;

Returns
TypeDescription
int

getInstancesList()

public abstract List<PerInstanceConfig> getInstancesList()

[Required] List of specifications of per-instance configs.

repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;

Returns
TypeDescription
List<PerInstanceConfig>

getInstancesOrBuilder(int index)

public abstract PerInstanceConfigOrBuilder getInstancesOrBuilder(int index)

[Required] List of specifications of per-instance configs.

repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;

Parameter
NameDescription
indexint
Returns
TypeDescription
PerInstanceConfigOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends PerInstanceConfigOrBuilder> getInstancesOrBuilderList()

[Required] List of specifications of per-instance configs.

repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.PerInstanceConfigOrBuilder>