Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Interconnects.Insert |
Compute.Interconnects.insert(java.lang.String project,
Interconnect content)
Creates a Interconnect in the specified project using the data included in the request.
|
Compute.Interconnects.Patch |
Compute.Interconnects.patch(java.lang.String project,
java.lang.String interconnect,
Interconnect content)
Updates the specified interconnect with the data included in the request.
|
Constructor and Description |
---|
Insert(java.lang.String project,
Interconnect content)
Creates a Interconnect in the specified project using the data included in the request.
|
Patch(java.lang.String project,
java.lang.String interconnect,
Interconnect content)
Updates the specified interconnect with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
Interconnect |
Interconnect.clone() |
Interconnect |
Interconnect.set(java.lang.String fieldName,
java.lang.Object value) |
Interconnect |
Interconnect.setAdminEnabled(java.lang.Boolean adminEnabled)
Administrative status of the interconnect.
|
Interconnect |
Interconnect.setCircuitInfos(java.util.List<InterconnectCircuitInfo> circuitInfos)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
|
Interconnect |
Interconnect.setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Interconnect |
Interconnect.setCustomerName(java.lang.String customerName)
Customer name, to put in the Letter of Authorization as the party authorized to request a
crossconnect.
|
Interconnect |
Interconnect.setDescription(java.lang.String description)
An optional description of this resource.
|
Interconnect |
Interconnect.setExpectedOutages(java.util.List<InterconnectOutageNotification> expectedOutages)
[Output Only] A list of outages expected for this Interconnect.
|
Interconnect |
Interconnect.setGoogleIpAddress(java.lang.String googleIpAddress)
[Output Only] IP address configured on the Google side of the Interconnect link.
|
Interconnect |
Interconnect.setGoogleReferenceId(java.lang.String googleReferenceId)
[Output Only] Google reference ID to be used when raising support tickets with Google or
otherwise to debug backend connectivity issues.
|
Interconnect |
Interconnect.setId(java.math.BigInteger id)
[Output Only] The unique identifier for the resource.
|
Interconnect |
Interconnect.setInterconnectAttachments(java.util.List<java.lang.String> interconnectAttachments)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this
Interconnect.
|
Interconnect |
Interconnect.setInterconnectType(java.lang.String interconnectType)
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed
interconnection shared between customers though a partner.
|
Interconnect |
Interconnect.setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
Interconnect |
Interconnect.setLinkType(java.lang.String linkType)
Type of link requested, which can take one of the following values: -
LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G
Ethernet with LR optics.
|
Interconnect |
Interconnect.setLocation(java.lang.String location)
URL of the InterconnectLocation object that represents where this connection is to be
provisioned.
|
Interconnect |
Interconnect.setName(java.lang.String name)
Name of the resource.
|
Interconnect |
Interconnect.setNocContactEmail(java.lang.String nocContactEmail)
Email address to contact the customer NOC for operations and maintenance notifications
regarding this Interconnect.
|
Interconnect |
Interconnect.setOperationalStatus(java.lang.String operationalStatus)
[Output Only] The current status of this Interconnect's functionality, which can take one of
the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to
use.
|
Interconnect |
Interconnect.setPeerIpAddress(java.lang.String peerIpAddress)
[Output Only] IP address configured on the customer side of the Interconnect link.
|
Interconnect |
Interconnect.setProvisionedLinkCount(java.lang.Integer provisionedLinkCount)
[Output Only] Number of links actually provisioned in this interconnect.
|
Interconnect |
Interconnect.setRequestedLinkCount(java.lang.Integer requestedLinkCount)
Target number of physical links in the link bundle, as requested by the customer.
|
Interconnect |
Interconnect.setSelfLink(java.lang.String selfLink)
[Output Only] Server-defined URL for the resource.
|
Interconnect |
Interconnect.setState(java.lang.String state)
[Output Only] The current state of Interconnect functionality, which can take one of the
following values: - ACTIVE: The Interconnect is valid, turned up and ready to use.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Interconnect> |
InterconnectList.getItems()
A list of Interconnect resources.
|
Modifier and Type | Method and Description |
---|---|
InterconnectList |
InterconnectList.setItems(java.util.List<Interconnect> items)
A list of Interconnect resources.
|