public static class InstanceGroupManagerVersion.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerVersion |
build() |
InstanceGroupManagerVersion.Builder |
clone() |
String |
getInstanceTemplate()
The URL of the instance template that is specified for this managed instance group.
|
String |
getName()
Name of the version.
|
FixedOrPercent |
getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.
|
InstanceGroupManagerVersion.Builder |
mergeFrom(InstanceGroupManagerVersion other) |
InstanceGroupManagerVersion.Builder |
setInstanceTemplate(String instanceTemplate)
The URL of the instance template that is specified for this managed instance group.
|
InstanceGroupManagerVersion.Builder |
setName(String name)
Name of the version.
|
InstanceGroupManagerVersion.Builder |
setTargetSize(FixedOrPercent targetSize)
Specifies the intended number of instances to be created from the instanceTemplate.
|
public InstanceGroupManagerVersion.Builder mergeFrom(InstanceGroupManagerVersion other)
public String getInstanceTemplate()
public InstanceGroupManagerVersion.Builder setInstanceTemplate(String instanceTemplate)
public String getName()
public InstanceGroupManagerVersion.Builder setName(String name)
public FixedOrPercent getTargetSize()
public InstanceGroupManagerVersion.Builder setTargetSize(FixedOrPercent targetSize)
public InstanceGroupManagerVersion build()
public InstanceGroupManagerVersion.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.