Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Interconnect.Builder |
Interconnect.Builder.addAllCircuitInfos(List<InterconnectCircuitInfo> circuitInfos)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this
LAG.
|
Interconnect.Builder |
Interconnect.Builder.addAllExpectedOutages(List<InterconnectOutageNotification> expectedOutages)
[Output Only] A list of outages expected for this Interconnect.
|
Interconnect.Builder |
Interconnect.Builder.addAllInterconnectAttachments(List<String> interconnectAttachments)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this
Interconnect.
|
Interconnect.Builder |
Interconnect.Builder.addCircuitInfos(InterconnectCircuitInfo circuitInfos)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this
LAG.
|
Interconnect.Builder |
Interconnect.Builder.addExpectedOutages(InterconnectOutageNotification expectedOutages)
[Output Only] A list of outages expected for this Interconnect.
|
Interconnect.Builder |
Interconnect.Builder.addInterconnectAttachments(String interconnectAttachments)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this
Interconnect.
|
Interconnect.Builder |
Interconnect.Builder.clone() |
Interconnect.Builder |
Interconnect.Builder.mergeFrom(Interconnect other) |
static Interconnect.Builder |
Interconnect.newBuilder() |
static Interconnect.Builder |
Interconnect.newBuilder(Interconnect prototype) |
Interconnect.Builder |
Interconnect.Builder.setAdminEnabled(Boolean adminEnabled)
Administrative status of the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Interconnect.Builder |
Interconnect.Builder.setCustomerName(String customerName)
Customer name, to put in the Letter of Authorization as the party authorized to request a
crossconnect.
|
Interconnect.Builder |
Interconnect.Builder.setDescription(String description)
An optional description of this resource.
|
Interconnect.Builder |
Interconnect.Builder.setGoogleIpAddress(String googleIpAddress)
[Output Only] IP address configured on the Google side of the Interconnect link.
|
Interconnect.Builder |
Interconnect.Builder.setGoogleReferenceId(String googleReferenceId)
[Output Only] Google reference ID to be used when raising support tickets with Google or
otherwise to debug backend connectivity issues.
|
Interconnect.Builder |
Interconnect.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Interconnect.Builder |
Interconnect.Builder.setInterconnectType(String interconnectType)
Type of interconnect.
|
Interconnect.Builder |
Interconnect.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Interconnect.Builder |
Interconnect.Builder.setLinkType(String linkType)
Type of link requested.
|
Interconnect.Builder |
Interconnect.Builder.setLocation(String location)
URL of the InterconnectLocation object that represents where this connection is to be
provisioned.
|
Interconnect.Builder |
Interconnect.Builder.setName(String name)
Name of the resource.
|
Interconnect.Builder |
Interconnect.Builder.setNocContactEmail(String nocContactEmail)
Email address to contact the customer NOC for operations and maintenance notifications
regarding this Interconnect.
|
Interconnect.Builder |
Interconnect.Builder.setOperationalStatus(String operationalStatus)
[Output Only] The current status of whether or not this Interconnect is functional.
|
Interconnect.Builder |
Interconnect.Builder.setPeerIpAddress(String peerIpAddress)
[Output Only] IP address configured on the customer side of the Interconnect link.
|
Interconnect.Builder |
Interconnect.Builder.setProvisionedLinkCount(Integer provisionedLinkCount)
[Output Only] Number of links actually provisioned in this interconnect.
|
Interconnect.Builder |
Interconnect.Builder.setRequestedLinkCount(Integer requestedLinkCount)
Target number of physical links in the link bundle, as requested by the customer.
|
Interconnect.Builder |
Interconnect.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Interconnect.Builder |
Interconnect.Builder.setState(String state)
[Output Only] The current state of whether or not this Interconnect is functional.
|
Interconnect.Builder |
Interconnect.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.