public static class ManagedInstance.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ManagedInstance |
build() |
ManagedInstance.Builder |
clone() |
String |
getCurrentAction()
[Output Only] The current action that the managed instance group has scheduled for the
instance.
|
String |
getId()
[Output only] The unique identifier for this resource.
|
String |
getInstance()
[Output Only] The URL of the instance.
|
String |
getInstanceStatus()
[Output Only] The status of the instance.
|
ManagedInstanceLastAttempt |
getLastAttempt()
[Output Only] Information about the last attempt to create or delete the instance.
|
ManagedInstanceVersion |
getVersion()
[Output Only] Intended version of this instance.
|
ManagedInstance.Builder |
mergeFrom(ManagedInstance other) |
ManagedInstance.Builder |
setCurrentAction(String currentAction)
[Output Only] The current action that the managed instance group has scheduled for the
instance.
|
ManagedInstance.Builder |
setId(String id)
[Output only] The unique identifier for this resource.
|
ManagedInstance.Builder |
setInstance(String instance)
[Output Only] The URL of the instance.
|
ManagedInstance.Builder |
setInstanceStatus(String instanceStatus)
[Output Only] The status of the instance.
|
ManagedInstance.Builder |
setLastAttempt(ManagedInstanceLastAttempt lastAttempt)
[Output Only] Information about the last attempt to create or delete the instance.
|
ManagedInstance.Builder |
setVersion(ManagedInstanceVersion version)
[Output Only] Intended version of this instance.
|
public ManagedInstance.Builder mergeFrom(ManagedInstance other)
public String getCurrentAction()
public ManagedInstance.Builder setCurrentAction(String currentAction)
public String getId()
public ManagedInstance.Builder setId(String id)
public String getInstance()
public ManagedInstance.Builder setInstance(String instance)
public String getInstanceStatus()
public ManagedInstance.Builder setInstanceStatus(String instanceStatus)
public ManagedInstanceLastAttempt getLastAttempt()
public ManagedInstance.Builder setLastAttempt(ManagedInstanceLastAttempt lastAttempt)
public ManagedInstanceVersion getVersion()
public ManagedInstance.Builder setVersion(ManagedInstanceVersion version)
public ManagedInstance build()
public ManagedInstance.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.