Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
InterconnectRemoteLocation |
InterconnectRemoteLocation.clone() |
InterconnectRemoteLocation |
InterconnectRemoteLocation.set(String fieldName,
Object value) |
InterconnectRemoteLocation |
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 |
InterconnectRemoteLocation.setAttachmentConfigurationConstraints(InterconnectAttachmentConfigurationConstraints attachmentConfigurationConstraints)
[Output Only] Subset of fields from InterconnectAttachment's |configurationConstraints| field
that apply to all attachments for this remote location.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setCity(String city)
[Output Only] Metropolitan area designator that indicates which city an interconnect is
located.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setConstraints(InterconnectRemoteLocationConstraints constraints)
[Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and
associated InterconnectAttachments.
|
InterconnectRemoteLocation |
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 |
InterconnectRemoteLocation.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setDescription(String description)
[Output Only] An optional description of the resource.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setFacilityProvider(String facilityProvider)
[Output Only] The name of the provider for this facility (e.g., EQUINIX).
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setFacilityProviderFacilityId(String facilityProviderFacilityId)
[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setKind(String kind)
[Output Only] Type of the resource.
|
InterconnectRemoteLocation |
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 |
InterconnectRemoteLocation.setMaxLagSize100Gbps(Integer maxLagSize100Gbps)
[Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG).
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setMaxLagSize10Gbps(Integer maxLagSize10Gbps)
[Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG).
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setName(String name)
[Output Only] Name of the resource.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setPeeringdbFacilityId(String peeringdbFacilityId)
[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in
peeringdb).
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setPermittedConnections(List<InterconnectRemoteLocationPermittedConnections> permittedConnections)
[Output Only] Permitted connections.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setRemoteService(String remoteService)
[Output Only] Indicates the service provider present at the remote location.
|
InterconnectRemoteLocation |
InterconnectRemoteLocation.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
InterconnectRemoteLocation |
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.
|
Modifier and Type | Method and Description |
---|---|
List<InterconnectRemoteLocation> |
InterconnectRemoteLocationList.getItems()
A list of InterconnectRemoteLocation resources.
|
Modifier and Type | Method and Description |
---|---|
InterconnectRemoteLocationList |
InterconnectRemoteLocationList.setItems(List<InterconnectRemoteLocation> items)
A list of InterconnectRemoteLocation resources.
|
Copyright © 2011–2025 Google. All rights reserved.