@Generated(value="by GAPIC") @BetaApi public final class InterconnectLocation extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InterconnectLocation.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress()
[Output Only] The postal address of the Point of Presence, each line in the address is
separated by a newline character.
|
ApiMessage |
getApiMessageRequestBody() |
String |
getAvailabilityZone()
[Output Only] Availability zone for this InterconnectLocation.
|
String |
getCity()
[Output Only] Metropolitan area designator that indicates which city an interconnect is
located.
|
String |
getContinent()
[Output Only] Continent for this location.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static InterconnectLocation |
getDefaultInstance() |
String |
getDescription()
[Output Only] An optional description of the resource.
|
String |
getFacilityProvider()
[Output Only] The name of the provider for this facility (e.g., EQUINIX).
|
String |
getFacilityProviderFacilityId()
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getPeeringdbFacilityId()
[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in
peeringdb).
|
List<InterconnectLocationRegionInfo> |
getRegionInfosList()
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters
pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getStatus()
[Output Only] The status of this InterconnectLocation.
|
int |
hashCode() |
static InterconnectLocation.Builder |
newBuilder() |
static InterconnectLocation.Builder |
newBuilder(InterconnectLocation prototype) |
InterconnectLocation.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 getAddress()
public String getAvailabilityZone()
public String getCity()
public String getContinent()
public String getCreationTimestamp()
public String getDescription()
public String getFacilityProvider()
public String getFacilityProviderFacilityId()
public String getId()
public String getKind()
public String getName()
public String getPeeringdbFacilityId()
public List<InterconnectLocationRegionInfo> getRegionInfosList()
public String getSelfLink()
public String getStatus()
public static InterconnectLocation.Builder newBuilder()
public static InterconnectLocation.Builder newBuilder(InterconnectLocation prototype)
public InterconnectLocation.Builder toBuilder()
public static InterconnectLocation getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.