@Generated(value="by GAPIC") @BetaApi public final class TargetInstance extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
TargetInstance.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static TargetInstance |
getDefaultInstance() |
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getInstance()
A URL to the virtual machine instance that handles traffic for this target instance.
|
String |
getKind()
[Output Only] The type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getNatPolicy()
NAT option controlling how IPs are NAT'ed to the instance.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getZone()
[Output Only] URL of the zone where the target instance resides.
|
int |
hashCode() |
static TargetInstance.Builder |
newBuilder() |
static TargetInstance.Builder |
newBuilder(TargetInstance prototype) |
TargetInstance.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getCreationTimestamp()
public String getDescription()
public String getId()
public String getInstance()
public String getKind()
public String getName()
public String getNatPolicy()
public String getSelfLink()
public String getZone()
public static TargetInstance.Builder newBuilder()
public static TargetInstance.Builder newBuilder(TargetInstance prototype)
public TargetInstance.Builder toBuilder()
public static TargetInstance getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.