public final class InterconnectRemoteLocation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InterconnectRemoteLocation() |
| Modifier and Type | Method and Description |
|---|---|
InterconnectRemoteLocation |
clone() |
String |
getAddress()
[Output Only] The postal address of the Point of Presence, each line in the address is
separated by a newline character.
|
InterconnectAttachmentConfigurationConstraints |
getAttachmentConfigurationConstraints()
[Output Only] Subset of fields from InterconnectAttachment's |configurationConstraints| field
that apply to all attachments for this remote location.
|
String |
getCity()
[Output Only] Metropolitan area designator that indicates which city an interconnect is
located.
|
InterconnectRemoteLocationConstraints |
getConstraints()
[Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and
associated InterconnectAttachments.
|
String |
getContinent()
[Output Only] Continent for this location, which can take one of the following values: - AFRICA
- ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
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).
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getLacp()
[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the
following values: LACP_SUPPORTED, LACP_UNSUPPORTED
|
Integer |
getMaxLagSize100Gbps()
[Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG).
|
Integer |
getMaxLagSize10Gbps()
[Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG).
|
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<InterconnectRemoteLocationPermittedConnections> |
getPermittedConnections()
[Output Only] Permitted connections.
|
String |
getRemoteService()
[Output Only] Indicates the service provider present at the remote location.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getStatus()
[Output Only] The status of this InterconnectRemoteLocation, which can take one of the
following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for
provisioning new Cross-Cloud Interconnects.
|
InterconnectRemoteLocation |
set(String fieldName,
Object value) |
InterconnectRemoteLocation |
setAddress(String address)
[Output Only] The postal address of the Point of Presence, each line in the address is
separated by a newline character.
|
InterconnectRemoteLocation |
setAttachmentConfigurationConstraints(InterconnectAttachmentConfigurationConstraints attachmentConfigurationConstraints)
[Output Only] Subset of fields from InterconnectAttachment's |configurationConstraints| field
that apply to all attachments for this remote location.
|
InterconnectRemoteLocation |
setCity(String city)
[Output Only] Metropolitan area designator that indicates which city an interconnect is
located.
|
InterconnectRemoteLocation |
setConstraints(InterconnectRemoteLocationConstraints constraints)
[Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and
associated InterconnectAttachments.
|
InterconnectRemoteLocation |
setContinent(String continent)
[Output Only] Continent for this location, which can take one of the following values: - AFRICA
- ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
|
InterconnectRemoteLocation |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
InterconnectRemoteLocation |
setDescription(String description)
[Output Only] An optional description of the resource.
|
InterconnectRemoteLocation |
setFacilityProvider(String facilityProvider)
[Output Only] The name of the provider for this facility (e.g., EQUINIX).
|
InterconnectRemoteLocation |
setFacilityProviderFacilityId(String facilityProviderFacilityId)
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
|
InterconnectRemoteLocation |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
InterconnectRemoteLocation |
setKind(String kind)
[Output Only] Type of the resource.
|
InterconnectRemoteLocation |
setLacp(String lacp)
[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the
following values: LACP_SUPPORTED, LACP_UNSUPPORTED
|
InterconnectRemoteLocation |
setMaxLagSize100Gbps(Integer maxLagSize100Gbps)
[Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG).
|
InterconnectRemoteLocation |
setMaxLagSize10Gbps(Integer maxLagSize10Gbps)
[Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG).
|
InterconnectRemoteLocation |
setName(String name)
[Output Only] Name of the resource.
|
InterconnectRemoteLocation |
setPeeringdbFacilityId(String peeringdbFacilityId)
[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in
peeringdb).
|
InterconnectRemoteLocation |
setPermittedConnections(List<InterconnectRemoteLocationPermittedConnections> permittedConnections)
[Output Only] Permitted connections.
|
InterconnectRemoteLocation |
setRemoteService(String remoteService)
[Output Only] Indicates the service provider present at the remote location.
|
InterconnectRemoteLocation |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
InterconnectRemoteLocation |
setStatus(String status)
[Output Only] The status of this InterconnectRemoteLocation, which can take one of the
following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for
provisioning new Cross-Cloud Interconnects.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAddress()
null for nonepublic InterconnectRemoteLocation setAddress(String address)
address - address or null for nonepublic InterconnectAttachmentConfigurationConstraints getAttachmentConfigurationConstraints()
null for nonepublic InterconnectRemoteLocation setAttachmentConfigurationConstraints(InterconnectAttachmentConfigurationConstraints attachmentConfigurationConstraints)
attachmentConfigurationConstraints - attachmentConfigurationConstraints or null for nonepublic String getCity()
null for nonepublic InterconnectRemoteLocation setCity(String city)
city - city or null for nonepublic InterconnectRemoteLocationConstraints getConstraints()
null for nonepublic InterconnectRemoteLocation setConstraints(InterconnectRemoteLocationConstraints constraints)
constraints - constraints or null for nonepublic String getContinent()
null for nonepublic InterconnectRemoteLocation setContinent(String continent)
continent - continent or null for nonepublic String getCreationTimestamp()
null for nonepublic InterconnectRemoteLocation setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic InterconnectRemoteLocation setDescription(String description)
description - description or null for nonepublic String getFacilityProvider()
null for nonepublic InterconnectRemoteLocation setFacilityProvider(String facilityProvider)
facilityProvider - facilityProvider or null for nonepublic String getFacilityProviderFacilityId()
null for nonepublic InterconnectRemoteLocation setFacilityProviderFacilityId(String facilityProviderFacilityId)
facilityProviderFacilityId - facilityProviderFacilityId or null for nonepublic BigInteger getId()
null for nonepublic InterconnectRemoteLocation setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic InterconnectRemoteLocation setKind(String kind)
kind - kind or null for nonepublic String getLacp()
null for nonepublic InterconnectRemoteLocation setLacp(String lacp)
lacp - lacp or null for nonepublic Integer getMaxLagSize100Gbps()
null for nonepublic InterconnectRemoteLocation setMaxLagSize100Gbps(Integer maxLagSize100Gbps)
maxLagSize100Gbps - maxLagSize100Gbps or null for nonepublic Integer getMaxLagSize10Gbps()
null for nonepublic InterconnectRemoteLocation setMaxLagSize10Gbps(Integer maxLagSize10Gbps)
maxLagSize10Gbps - maxLagSize10Gbps or null for nonepublic String getName()
null for nonepublic InterconnectRemoteLocation setName(String name)
name - name or null for nonepublic String getPeeringdbFacilityId()
null for nonepublic InterconnectRemoteLocation setPeeringdbFacilityId(String peeringdbFacilityId)
peeringdbFacilityId - peeringdbFacilityId or null for nonepublic List<InterconnectRemoteLocationPermittedConnections> getPermittedConnections()
null for nonepublic InterconnectRemoteLocation setPermittedConnections(List<InterconnectRemoteLocationPermittedConnections> permittedConnections)
permittedConnections - permittedConnections or null for nonepublic String getRemoteService()
null for nonepublic InterconnectRemoteLocation setRemoteService(String remoteService)
remoteService - remoteService or null for nonepublic String getSelfLink()
null for nonepublic InterconnectRemoteLocation setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getStatus()
null for nonepublic InterconnectRemoteLocation setStatus(String status)
status - status or null for nonepublic InterconnectRemoteLocation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InterconnectRemoteLocation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.