Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
FixedOrPercent |
FixedOrPercent.Builder.build() |
static FixedOrPercent |
FixedOrPercent.getDefaultInstance() |
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.getMaxSurge()
The maximum number of instances that can be created above the specified targetSize during the
update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.Builder.getMaxSurge()
The maximum number of instances that can be created above the specified targetSize during the
update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.getMaxUnavailable()
The maximum number of instances that can be unavailable during the update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.Builder.getMaxUnavailable()
The maximum number of instances that can be unavailable during the update process.
|
FixedOrPercent |
InstanceGroupManagerVersion.getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.
|
FixedOrPercent |
InstanceGroupManagerVersion.Builder.getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.
|
Modifier and Type | Method and Description |
---|---|
FixedOrPercent.Builder |
FixedOrPercent.Builder.mergeFrom(FixedOrPercent other) |
static FixedOrPercent.Builder |
FixedOrPercent.newBuilder(FixedOrPercent prototype) |
InstanceGroupManagerUpdatePolicy.Builder |
InstanceGroupManagerUpdatePolicy.Builder.setMaxSurge(FixedOrPercent maxSurge)
The maximum number of instances that can be created above the specified targetSize during the
update process.
|
InstanceGroupManagerUpdatePolicy.Builder |
InstanceGroupManagerUpdatePolicy.Builder.setMaxUnavailable(FixedOrPercent maxUnavailable)
The maximum number of instances that can be unavailable during the update process.
|
InstanceGroupManagerVersion.Builder |
InstanceGroupManagerVersion.Builder.setTargetSize(FixedOrPercent targetSize)
Specifies the intended number of instances to be created from the instanceTemplate.
|
Copyright © 2019 Google LLC. All rights reserved.