Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroup.Builder |
InstanceGroup.Builder.addAllNamedPorts(List<NamedPort> namedPorts)
Assigns a name to a port number.
|
InstanceGroup.Builder |
InstanceGroup.Builder.addNamedPorts(NamedPort namedPorts)
Assigns a name to a port number.
|
InstanceGroup.Builder |
InstanceGroup.Builder.clone() |
InstanceGroup.Builder |
InstanceGroup.Builder.mergeFrom(InstanceGroup other) |
static InstanceGroup.Builder |
InstanceGroup.newBuilder() |
static InstanceGroup.Builder |
InstanceGroup.newBuilder(InstanceGroup prototype) |
InstanceGroup.Builder |
InstanceGroup.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] The creation timestamp for this instance group in RFC3339 text format.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setDescription(String description)
An optional description of this resource.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setFingerprint(String fingerprint)
[Output Only] The fingerprint of the named ports.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setId(String id)
[Output Only] A unique identifier for this instance group, generated by the server.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setKind(String kind)
[Output Only] The resource type, which is always compute#instanceGroup for instance groups.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setName(String name)
The name of the instance group.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setNetwork(String network)
The URL of the network to which all instances in the instance group belong.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setRegion(String region)
[Output Only] The URL of the region where the instance group is located (for regional
resources).
|
InstanceGroup.Builder |
InstanceGroup.Builder.setSelfLink(String selfLink)
[Output Only] The URL for this instance group.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setSize(Integer size)
[Output Only] The total number of instances in the instance group.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setSubnetwork(String subnetwork)
[Output Only] The URL of the subnetwork to which all instances in the instance group belong.
|
InstanceGroup.Builder |
InstanceGroup.Builder.setZone(String zone)
[Output Only] The URL of the zone where the instance group is located (for zonal resources).
|
InstanceGroup.Builder |
InstanceGroup.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.