Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
ManagedInstance |
ManagedInstance.clone() |
ManagedInstance |
ManagedInstance.set(java.lang.String fieldName,
java.lang.Object value) |
ManagedInstance |
ManagedInstance.setCurrentAction(java.lang.String currentAction)
The current action that the managed instance group has scheduled for the instance.
|
ManagedInstance |
ManagedInstance.setIncarnationId(java.lang.Long incarnationId)
The unique identifier for this resource (empty when instance does not exist).
|
ManagedInstance |
ManagedInstance.setInstance(java.lang.String instance)
The URL of the instance (set even though instance does not exist yet).
|
ManagedInstance |
ManagedInstance.setInstanceStatus(java.lang.String instanceStatus)
The status of the instance (empty when instance does not exist).
|
ManagedInstance |
ManagedInstance.setLastAttempt(ManagedInstanceLastAttempt lastAttempt)
Information about the last attempt to create or delete the instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ManagedInstance> |
InstanceGroupManagersListManagedInstancesResponse.getManagedInstances()
List of managed instances.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagersListManagedInstancesResponse |
InstanceGroupManagersListManagedInstancesResponse.setManagedInstances(java.util.List<ManagedInstance> managedInstances)
List of managed instances.
|