| Package | Description | 
|---|---|
| com.google.cloud.compute.v1 | 
 A client to Compute Engine API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.addAllCandidateSubnets(List<String> candidateSubnets)
Up to 16 candidate prefixes that can be used to restrict the allocation of
 cloudRouterIpAddress and customerRouterIpAddress for this attachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.addCandidateSubnets(String candidateSubnets)
Up to 16 candidate prefixes that can be used to restrict the allocation of
 cloudRouterIpAddress and customerRouterIpAddress for this attachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.clone()  | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.mergeFrom(InterconnectAttachment other)  | 
static InterconnectAttachment.Builder | 
InterconnectAttachment.newBuilder()  | 
static InterconnectAttachment.Builder | 
InterconnectAttachment.newBuilder(InterconnectAttachment prototype)  | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setAdminEnabled(Boolean adminEnabled)
Determines whether this Attachment will carry packets. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setBandwidth(String bandwidth)
Provisioned bandwidth capacity for the interconnect attachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setCloudRouterIpAddress(String cloudRouterIpAddress)
[Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for
 this interconnect attachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setCustomerRouterIpAddress(String customerRouterIpAddress)
[Output Only] IPv4 address + prefix length to be configured on the customer router
 subinterface for this interconnect attachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setDescription(String description)
An optional description of this resource. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setEdgeAvailabilityDomain(String edgeAvailabilityDomain)
Desired availability domain for the attachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.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. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setId(String id)
[Output Only] The unique identifier for the resource. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setInterconnect(String interconnect)
URL of the underlying Interconnect object that this attachment's traffic will traverse
 through. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setKind(String kind)
[Output Only] Type of the resource. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setName(String name)
Name of the resource. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setOperationalStatus(String operationalStatus)
[Output Only] The current status of whether or not this interconnect attachment is
 functional, which can take one of the following values: - OS_ACTIVE: The attachment has been
 turned up and is ready to use. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setPairingKey(String pairingKey)
[Output only for type PARTNER. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setPartnerAsn(String partnerAsn)
Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on
 behalf of the customer. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setPartnerMetadata(InterconnectAttachmentPartnerMetadata partnerMetadata)
Informational metadata about Partner attachments from Partners to display to customers. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setPrivateInterconnectInfo(InterconnectAttachmentPrivateInfo privateInterconnectInfo)
[Output Only] Information specific to an InterconnectAttachment. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setRegion(String region)
[Output Only] URL of the region where the regional interconnect attachment resides. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setRouter(String router)
URL of the Cloud Router to be used for dynamic routing. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setState(String state)
[Output Only] The current state of this attachment's functionality. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setType(String type)
The type of interconnect attachment this is, which can take one of the following values: -
 DEDICATED: an attachment to a Dedicated Interconnect. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.Builder.setVlanTag8021q(Integer vlanTag8021q)
The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. 
 | 
InterconnectAttachment.Builder | 
InterconnectAttachment.toBuilder()  | 
Copyright © 2019 Google LLC. All rights reserved.