Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.clone() |
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembers.getTemplateInterconnect()
Parameters for the Interconnects to create.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.set(String fieldName,
Object value) |
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setAdminEnabled(Boolean adminEnabled)
Administrative status of the interconnect.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setCustomerName(String customerName)
Customer name, to put in the Letter of Authorization as the party authorized to request a
crossconnect.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setDescription(String description)
An optional description of this resource.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setFacility(String facility)
A zone-free location to use for all Interconnects created in this call, like "iad-1234".
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setInterconnectType(String interconnectType)
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed
interconnection shared between customers though a partner.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setLinkType(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.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setName(String name)
Name of the Interconnects to be created.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setNocContactEmail(String nocContactEmail)
Email address to contact the customer NOC for operations and maintenance notifications
regarding this Interconnect.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setRemoteLocation(String remoteLocation)
Indicates that this is a Cross-Cloud Interconnect.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setRequestedFeatures(List<String> requestedFeatures)
Optional.
|
InterconnectGroupsCreateMembersInterconnectInput |
InterconnectGroupsCreateMembersInterconnectInput.setRequestedLinkCount(Integer requestedLinkCount)
Target number of physical links in the link bundle, as requested by the customer.
|
Modifier and Type | Method and Description |
---|---|
List<InterconnectGroupsCreateMembersInterconnectInput> |
InterconnectGroupsCreateMembers.getInterconnects() |
Modifier and Type | Method and Description |
---|---|
InterconnectGroupsCreateMembers |
InterconnectGroupsCreateMembers.setTemplateInterconnect(InterconnectGroupsCreateMembersInterconnectInput templateInterconnect)
Parameters for the Interconnects to create.
|
Modifier and Type | Method and Description |
---|---|
InterconnectGroupsCreateMembers |
InterconnectGroupsCreateMembers.setInterconnects(List<InterconnectGroupsCreateMembersInterconnectInput> interconnects) |
Copyright © 2011–2025 Google. All rights reserved.