- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class Interconnect.Builder extends GeneratedMessageV3.Builder<Interconnect.Builder> implements InterconnectOrBuilder
Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.
Protobuf type google.cloud.compute.v1.Interconnect
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Interconnect.BuilderImplements
InterconnectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllAvailableFeatures(Iterable<String> values)
public Interconnect.Builder addAllAvailableFeatures(Iterable<String> values)
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The availableFeatures to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addAllCircuitInfos(Iterable<? extends InterconnectCircuitInfo> values)
public Interconnect.Builder addAllCircuitInfos(Iterable<? extends InterconnectCircuitInfo> values)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.InterconnectCircuitInfo> |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addAllExpectedOutages(Iterable<? extends InterconnectOutageNotification> values)
public Interconnect.Builder addAllExpectedOutages(Iterable<? extends InterconnectOutageNotification> values)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.InterconnectOutageNotification> |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addAllInterconnectAttachments(Iterable<String> values)
public Interconnect.Builder addAllInterconnectAttachments(Iterable<String> values)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The interconnectAttachments to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addAllRequestedFeatures(Iterable<String> values)
public Interconnect.Builder addAllRequestedFeatures(Iterable<String> values)
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The requestedFeatures to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addAvailableFeatures(String value)
public Interconnect.Builder addAvailableFeatures(String value)
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Parameter | |
---|---|
Name | Description |
value |
String The availableFeatures to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addAvailableFeaturesBytes(ByteString value)
public Interconnect.Builder addAvailableFeaturesBytes(ByteString value)
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the availableFeatures to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addCircuitInfos(InterconnectCircuitInfo value)
public Interconnect.Builder addCircuitInfos(InterconnectCircuitInfo value)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
value |
InterconnectCircuitInfo |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addCircuitInfos(InterconnectCircuitInfo.Builder builderForValue)
public Interconnect.Builder addCircuitInfos(InterconnectCircuitInfo.Builder builderForValue)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
builderForValue |
InterconnectCircuitInfo.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addCircuitInfos(int index, InterconnectCircuitInfo value)
public Interconnect.Builder addCircuitInfos(int index, InterconnectCircuitInfo value)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
InterconnectCircuitInfo |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addCircuitInfos(int index, InterconnectCircuitInfo.Builder builderForValue)
public Interconnect.Builder addCircuitInfos(int index, InterconnectCircuitInfo.Builder builderForValue)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
InterconnectCircuitInfo.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addCircuitInfosBuilder()
public InterconnectCircuitInfo.Builder addCircuitInfosBuilder()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Returns | |
---|---|
Type | Description |
InterconnectCircuitInfo.Builder |
addCircuitInfosBuilder(int index)
public InterconnectCircuitInfo.Builder addCircuitInfosBuilder(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectCircuitInfo.Builder |
addExpectedOutages(InterconnectOutageNotification value)
public Interconnect.Builder addExpectedOutages(InterconnectOutageNotification value)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
value |
InterconnectOutageNotification |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addExpectedOutages(InterconnectOutageNotification.Builder builderForValue)
public Interconnect.Builder addExpectedOutages(InterconnectOutageNotification.Builder builderForValue)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
builderForValue |
InterconnectOutageNotification.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addExpectedOutages(int index, InterconnectOutageNotification value)
public Interconnect.Builder addExpectedOutages(int index, InterconnectOutageNotification value)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
InterconnectOutageNotification |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addExpectedOutages(int index, InterconnectOutageNotification.Builder builderForValue)
public Interconnect.Builder addExpectedOutages(int index, InterconnectOutageNotification.Builder builderForValue)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
InterconnectOutageNotification.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addExpectedOutagesBuilder()
public InterconnectOutageNotification.Builder addExpectedOutagesBuilder()
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Returns | |
---|---|
Type | Description |
InterconnectOutageNotification.Builder |
addExpectedOutagesBuilder(int index)
public InterconnectOutageNotification.Builder addExpectedOutagesBuilder(int index)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectOutageNotification.Builder |
addInterconnectAttachments(String value)
public Interconnect.Builder addInterconnectAttachments(String value)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Parameter | |
---|---|
Name | Description |
value |
String The interconnectAttachments to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addInterconnectAttachmentsBytes(ByteString value)
public Interconnect.Builder addInterconnectAttachmentsBytes(ByteString value)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the interconnectAttachments to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Interconnect.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
addRequestedFeatures(String value)
public Interconnect.Builder addRequestedFeatures(String value)
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Parameter | |
---|---|
Name | Description |
value |
String The requestedFeatures to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
addRequestedFeaturesBytes(ByteString value)
public Interconnect.Builder addRequestedFeaturesBytes(ByteString value)
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the requestedFeatures to add. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
build()
public Interconnect build()
Returns | |
---|---|
Type | Description |
Interconnect |
buildPartial()
public Interconnect buildPartial()
Returns | |
---|---|
Type | Description |
Interconnect |
clear()
public Interconnect.Builder clear()
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearAdminEnabled()
public Interconnect.Builder clearAdminEnabled()
Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
optional bool admin_enabled = 445675089;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearAvailableFeatures()
public Interconnect.Builder clearAvailableFeatures()
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearCircuitInfos()
public Interconnect.Builder clearCircuitInfos()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearCreationTimestamp()
public Interconnect.Builder clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearCustomerName()
public Interconnect.Builder clearCustomerName()
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
optional string customer_name = 3665484;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearDescription()
public Interconnect.Builder clearDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearExpectedOutages()
public Interconnect.Builder clearExpectedOutages()
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearField(Descriptors.FieldDescriptor field)
public Interconnect.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearGoogleIpAddress()
public Interconnect.Builder clearGoogleIpAddress()
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
optional string google_ip_address = 443105954;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearGoogleReferenceId()
public Interconnect.Builder clearGoogleReferenceId()
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
optional string google_reference_id = 534944469;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearId()
public Interconnect.Builder clearId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearInterconnectAttachments()
public Interconnect.Builder clearInterconnectAttachments()
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearInterconnectType()
public Interconnect.Builder clearInterconnectType()
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. Check the InterconnectType enum for the list of possible values.
optional string interconnect_type = 515165259;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearKind()
public Interconnect.Builder clearKind()
[Output Only] Type of the resource. Always compute#interconnect for interconnects.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearLabelFingerprint()
public Interconnect.Builder clearLabelFingerprint()
A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
optional string label_fingerprint = 178124825;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearLabels()
public Interconnect.Builder clearLabels()
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearLinkType()
public Interconnect.Builder clearLinkType()
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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. Check the LinkType enum for the list of possible values.
optional string link_type = 523207775;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearLocation()
public Interconnect.Builder clearLocation()
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
optional string location = 290430901;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearMacsec()
public Interconnect.Builder clearMacsec()
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearMacsecEnabled()
public Interconnect.Builder clearMacsecEnabled()
Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.
optional bool macsec_enabled = 194203812;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearName()
public Interconnect.Builder clearName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearNocContactEmail()
public Interconnect.Builder clearNocContactEmail()
Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Interconnect.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
clearOperationalStatus()
public Interconnect.Builder clearOperationalStatus()
[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. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearPeerIpAddress()
public Interconnect.Builder clearPeerIpAddress()
[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
optional string peer_ip_address = 207735769;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearProvisionedLinkCount()
public Interconnect.Builder clearProvisionedLinkCount()
[Output Only] Number of links actually provisioned in this interconnect.
optional int32 provisioned_link_count = 410888565;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearRemoteLocation()
public Interconnect.Builder clearRemoteLocation()
Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
optional string remote_location = 324388750;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearRequestedFeatures()
public Interconnect.Builder clearRequestedFeatures()
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearRequestedLinkCount()
public Interconnect.Builder clearRequestedLinkCount()
Target number of physical links in the link bundle, as requested by the customer.
optional int32 requested_link_count = 45051387;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearSatisfiesPzs()
public Interconnect.Builder clearSatisfiesPzs()
[Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearSelfLink()
public Interconnect.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clearState()
public Interconnect.Builder clearState()
[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. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the State enum for the list of possible values.
optional string state = 109757585;
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
clone()
public Interconnect.Builder clone()
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getAdminEnabled()
public boolean getAdminEnabled()
Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
optional bool admin_enabled = 445675089;
Returns | |
---|---|
Type | Description |
boolean |
The adminEnabled. |
getAvailableFeatures(int index)
public String getAvailableFeatures(int index)
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The availableFeatures at the given index. |
getAvailableFeaturesBytes(int index)
public ByteString getAvailableFeaturesBytes(int index)
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the availableFeatures at the given index. |
getAvailableFeaturesCount()
public int getAvailableFeaturesCount()
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Returns | |
---|---|
Type | Description |
int |
The count of availableFeatures. |
getAvailableFeaturesList()
public ProtocolStringList getAvailableFeaturesList()
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the availableFeatures. |
getCircuitInfos(int index)
public InterconnectCircuitInfo getCircuitInfos(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectCircuitInfo |
getCircuitInfosBuilder(int index)
public InterconnectCircuitInfo.Builder getCircuitInfosBuilder(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectCircuitInfo.Builder |
getCircuitInfosBuilderList()
public List<InterconnectCircuitInfo.Builder> getCircuitInfosBuilderList()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Returns | |
---|---|
Type | Description |
List<Builder> |
getCircuitInfosCount()
public int getCircuitInfosCount()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Returns | |
---|---|
Type | Description |
int |
getCircuitInfosList()
public List<InterconnectCircuitInfo> getCircuitInfosList()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Returns | |
---|---|
Type | Description |
List<InterconnectCircuitInfo> |
getCircuitInfosOrBuilder(int index)
public InterconnectCircuitInfoOrBuilder getCircuitInfosOrBuilder(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectCircuitInfoOrBuilder |
getCircuitInfosOrBuilderList()
public List<? extends InterconnectCircuitInfoOrBuilder> getCircuitInfosOrBuilderList()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectCircuitInfoOrBuilder> |
getCreationTimestamp()
public String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
String |
The creationTimestamp. |
getCreationTimestampBytes()
public ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for creationTimestamp. |
getCustomerName()
public String getCustomerName()
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
optional string customer_name = 3665484;
Returns | |
---|---|
Type | Description |
String |
The customerName. |
getCustomerNameBytes()
public ByteString getCustomerNameBytes()
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
optional string customer_name = 3665484;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for customerName. |
getDefaultInstanceForType()
public Interconnect getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Interconnect |
getDescription()
public String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getExpectedOutages(int index)
public InterconnectOutageNotification getExpectedOutages(int index)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectOutageNotification |
getExpectedOutagesBuilder(int index)
public InterconnectOutageNotification.Builder getExpectedOutagesBuilder(int index)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectOutageNotification.Builder |
getExpectedOutagesBuilderList()
public List<InterconnectOutageNotification.Builder> getExpectedOutagesBuilderList()
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Returns | |
---|---|
Type | Description |
List<Builder> |
getExpectedOutagesCount()
public int getExpectedOutagesCount()
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Returns | |
---|---|
Type | Description |
int |
getExpectedOutagesList()
public List<InterconnectOutageNotification> getExpectedOutagesList()
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Returns | |
---|---|
Type | Description |
List<InterconnectOutageNotification> |
getExpectedOutagesOrBuilder(int index)
public InterconnectOutageNotificationOrBuilder getExpectedOutagesOrBuilder(int index)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectOutageNotificationOrBuilder |
getExpectedOutagesOrBuilderList()
public List<? extends InterconnectOutageNotificationOrBuilder> getExpectedOutagesOrBuilderList()
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectOutageNotificationOrBuilder> |
getGoogleIpAddress()
public String getGoogleIpAddress()
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
optional string google_ip_address = 443105954;
Returns | |
---|---|
Type | Description |
String |
The googleIpAddress. |
getGoogleIpAddressBytes()
public ByteString getGoogleIpAddressBytes()
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
optional string google_ip_address = 443105954;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for googleIpAddress. |
getGoogleReferenceId()
public String getGoogleReferenceId()
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
optional string google_reference_id = 534944469;
Returns | |
---|---|
Type | Description |
String |
The googleReferenceId. |
getGoogleReferenceIdBytes()
public ByteString getGoogleReferenceIdBytes()
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
optional string google_reference_id = 534944469;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for googleReferenceId. |
getId()
public long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
long |
The id. |
getInterconnectAttachments(int index)
public String getInterconnectAttachments(int index)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The interconnectAttachments at the given index. |
getInterconnectAttachmentsBytes(int index)
public ByteString getInterconnectAttachmentsBytes(int index)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the interconnectAttachments at the given index. |
getInterconnectAttachmentsCount()
public int getInterconnectAttachmentsCount()
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Returns | |
---|---|
Type | Description |
int |
The count of interconnectAttachments. |
getInterconnectAttachmentsList()
public ProtocolStringList getInterconnectAttachmentsList()
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the interconnectAttachments. |
getInterconnectType()
public String getInterconnectType()
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. Check the InterconnectType enum for the list of possible values.
optional string interconnect_type = 515165259;
Returns | |
---|---|
Type | Description |
String |
The interconnectType. |
getInterconnectTypeBytes()
public ByteString getInterconnectTypeBytes()
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. Check the InterconnectType enum for the list of possible values.
optional string interconnect_type = 515165259;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for interconnectType. |
getKind()
public String getKind()
[Output Only] Type of the resource. Always compute#interconnect for interconnects.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#interconnect for interconnects.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
getLabelFingerprint()
public String getLabelFingerprint()
A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
optional string label_fingerprint = 178124825;
Returns | |
---|---|
Type | Description |
String |
The labelFingerprint. |
getLabelFingerprintBytes()
public ByteString getLabelFingerprintBytes()
A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
optional string label_fingerprint = 178124825;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for labelFingerprint. |
getLabels() (deprecated)
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getLinkType()
public String getLinkType()
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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. Check the LinkType enum for the list of possible values.
optional string link_type = 523207775;
Returns | |
---|---|
Type | Description |
String |
The linkType. |
getLinkTypeBytes()
public ByteString getLinkTypeBytes()
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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. Check the LinkType enum for the list of possible values.
optional string link_type = 523207775;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for linkType. |
getLocation()
public String getLocation()
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
optional string location = 290430901;
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
optional string location = 290430901;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getMacsec()
public InterconnectMacsec getMacsec()
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Returns | |
---|---|
Type | Description |
InterconnectMacsec |
The macsec. |
getMacsecBuilder()
public InterconnectMacsec.Builder getMacsecBuilder()
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Returns | |
---|---|
Type | Description |
InterconnectMacsec.Builder |
getMacsecEnabled()
public boolean getMacsecEnabled()
Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.
optional bool macsec_enabled = 194203812;
Returns | |
---|---|
Type | Description |
boolean |
The macsecEnabled. |
getMacsecOrBuilder()
public InterconnectMacsecOrBuilder getMacsecOrBuilder()
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Returns | |
---|---|
Type | Description |
InterconnectMacsecOrBuilder |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNocContactEmail()
public String getNocContactEmail()
Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;
Returns | |
---|---|
Type | Description |
String |
The nocContactEmail. |
getNocContactEmailBytes()
public ByteString getNocContactEmailBytes()
Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nocContactEmail. |
getOperationalStatus()
public String getOperationalStatus()
[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. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns | |
---|---|
Type | Description |
String |
The operationalStatus. |
getOperationalStatusBytes()
public ByteString getOperationalStatusBytes()
[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. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for operationalStatus. |
getPeerIpAddress()
public String getPeerIpAddress()
[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
optional string peer_ip_address = 207735769;
Returns | |
---|---|
Type | Description |
String |
The peerIpAddress. |
getPeerIpAddressBytes()
public ByteString getPeerIpAddressBytes()
[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
optional string peer_ip_address = 207735769;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerIpAddress. |
getProvisionedLinkCount()
public int getProvisionedLinkCount()
[Output Only] Number of links actually provisioned in this interconnect.
optional int32 provisioned_link_count = 410888565;
Returns | |
---|---|
Type | Description |
int |
The provisionedLinkCount. |
getRemoteLocation()
public String getRemoteLocation()
Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
optional string remote_location = 324388750;
Returns | |
---|---|
Type | Description |
String |
The remoteLocation. |
getRemoteLocationBytes()
public ByteString getRemoteLocationBytes()
Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
optional string remote_location = 324388750;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for remoteLocation. |
getRequestedFeatures(int index)
public String getRequestedFeatures(int index)
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The requestedFeatures at the given index. |
getRequestedFeaturesBytes(int index)
public ByteString getRequestedFeaturesBytes(int index)
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the requestedFeatures at the given index. |
getRequestedFeaturesCount()
public int getRequestedFeaturesCount()
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Returns | |
---|---|
Type | Description |
int |
The count of requestedFeatures. |
getRequestedFeaturesList()
public ProtocolStringList getRequestedFeaturesList()
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the requestedFeatures. |
getRequestedLinkCount()
public int getRequestedLinkCount()
Target number of physical links in the link bundle, as requested by the customer.
optional int32 requested_link_count = 45051387;
Returns | |
---|---|
Type | Description |
int |
The requestedLinkCount. |
getSatisfiesPzs()
public boolean getSatisfiesPzs()
[Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;
Returns | |
---|---|
Type | Description |
boolean |
The satisfiesPzs. |
getSelfLink()
public String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for selfLink. |
getState()
public String getState()
[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. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the State enum for the list of possible values.
optional string state = 109757585;
Returns | |
---|---|
Type | Description |
String |
The state. |
getStateBytes()
public ByteString getStateBytes()
[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. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the State enum for the list of possible values.
optional string state = 109757585;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for state. |
hasAdminEnabled()
public boolean hasAdminEnabled()
Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
optional bool admin_enabled = 445675089;
Returns | |
---|---|
Type | Description |
boolean |
Whether the adminEnabled field is set. |
hasCreationTimestamp()
public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
boolean |
Whether the creationTimestamp field is set. |
hasCustomerName()
public boolean hasCustomerName()
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
optional string customer_name = 3665484;
Returns | |
---|---|
Type | Description |
boolean |
Whether the customerName field is set. |
hasDescription()
public boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
boolean |
Whether the description field is set. |
hasGoogleIpAddress()
public boolean hasGoogleIpAddress()
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
optional string google_ip_address = 443105954;
Returns | |
---|---|
Type | Description |
boolean |
Whether the googleIpAddress field is set. |
hasGoogleReferenceId()
public boolean hasGoogleReferenceId()
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
optional string google_reference_id = 534944469;
Returns | |
---|---|
Type | Description |
boolean |
Whether the googleReferenceId field is set. |
hasId()
public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
boolean |
Whether the id field is set. |
hasInterconnectType()
public boolean hasInterconnectType()
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. Check the InterconnectType enum for the list of possible values.
optional string interconnect_type = 515165259;
Returns | |
---|---|
Type | Description |
boolean |
Whether the interconnectType field is set. |
hasKind()
public boolean hasKind()
[Output Only] Type of the resource. Always compute#interconnect for interconnects.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
boolean |
Whether the kind field is set. |
hasLabelFingerprint()
public boolean hasLabelFingerprint()
A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
optional string label_fingerprint = 178124825;
Returns | |
---|---|
Type | Description |
boolean |
Whether the labelFingerprint field is set. |
hasLinkType()
public boolean hasLinkType()
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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. Check the LinkType enum for the list of possible values.
optional string link_type = 523207775;
Returns | |
---|---|
Type | Description |
boolean |
Whether the linkType field is set. |
hasLocation()
public boolean hasLocation()
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
optional string location = 290430901;
Returns | |
---|---|
Type | Description |
boolean |
Whether the location field is set. |
hasMacsec()
public boolean hasMacsec()
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Returns | |
---|---|
Type | Description |
boolean |
Whether the macsec field is set. |
hasMacsecEnabled()
public boolean hasMacsecEnabled()
Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.
optional bool macsec_enabled = 194203812;
Returns | |
---|---|
Type | Description |
boolean |
Whether the macsecEnabled field is set. |
hasName()
public boolean hasName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
boolean |
Whether the name field is set. |
hasNocContactEmail()
public boolean hasNocContactEmail()
Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;
Returns | |
---|---|
Type | Description |
boolean |
Whether the nocContactEmail field is set. |
hasOperationalStatus()
public boolean hasOperationalStatus()
[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. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns | |
---|---|
Type | Description |
boolean |
Whether the operationalStatus field is set. |
hasPeerIpAddress()
public boolean hasPeerIpAddress()
[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
optional string peer_ip_address = 207735769;
Returns | |
---|---|
Type | Description |
boolean |
Whether the peerIpAddress field is set. |
hasProvisionedLinkCount()
public boolean hasProvisionedLinkCount()
[Output Only] Number of links actually provisioned in this interconnect.
optional int32 provisioned_link_count = 410888565;
Returns | |
---|---|
Type | Description |
boolean |
Whether the provisionedLinkCount field is set. |
hasRemoteLocation()
public boolean hasRemoteLocation()
Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
optional string remote_location = 324388750;
Returns | |
---|---|
Type | Description |
boolean |
Whether the remoteLocation field is set. |
hasRequestedLinkCount()
public boolean hasRequestedLinkCount()
Target number of physical links in the link bundle, as requested by the customer.
optional int32 requested_link_count = 45051387;
Returns | |
---|---|
Type | Description |
boolean |
Whether the requestedLinkCount field is set. |
hasSatisfiesPzs()
public boolean hasSatisfiesPzs()
[Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;
Returns | |
---|---|
Type | Description |
boolean |
Whether the satisfiesPzs field is set. |
hasSelfLink()
public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
boolean |
Whether the selfLink field is set. |
hasState()
public boolean hasState()
[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. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the State enum for the list of possible values.
optional string state = 109757585;
Returns | |
---|---|
Type | Description |
boolean |
Whether the state field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Interconnect other)
public Interconnect.Builder mergeFrom(Interconnect other)
Parameter | |
---|---|
Name | Description |
other |
Interconnect |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Interconnect.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Interconnect.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
mergeMacsec(InterconnectMacsec value)
public Interconnect.Builder mergeMacsec(InterconnectMacsec value)
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Parameter | |
---|---|
Name | Description |
value |
InterconnectMacsec |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Interconnect.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
putAllLabels(Map<String,String> values)
public Interconnect.Builder putAllLabels(Map<String,String> values)
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
putLabels(String key, String value)
public Interconnect.Builder putLabels(String key, String value)
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
removeCircuitInfos(int index)
public Interconnect.Builder removeCircuitInfos(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
removeExpectedOutages(int index)
public Interconnect.Builder removeExpectedOutages(int index)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
removeLabels(String key)
public Interconnect.Builder removeLabels(String key)
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
map<string, string> labels = 500195327;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setAdminEnabled(boolean value)
public Interconnect.Builder setAdminEnabled(boolean value)
Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
optional bool admin_enabled = 445675089;
Parameter | |
---|---|
Name | Description |
value |
boolean The adminEnabled to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setAvailableFeatures(int index, String value)
public Interconnect.Builder setAvailableFeatures(int index, String value)
[Output only] List of features available for this Interconnect connection, which can take one of the following values: - MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails. Check the AvailableFeatures enum for the list of possible values.
repeated string available_features = 496344307;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The availableFeatures to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setCircuitInfos(int index, InterconnectCircuitInfo value)
public Interconnect.Builder setCircuitInfos(int index, InterconnectCircuitInfo value)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
InterconnectCircuitInfo |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setCircuitInfos(int index, InterconnectCircuitInfo.Builder builderForValue)
public Interconnect.Builder setCircuitInfos(int index, InterconnectCircuitInfo.Builder builderForValue)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
repeated .google.cloud.compute.v1.InterconnectCircuitInfo circuit_infos = 164839855;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
InterconnectCircuitInfo.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setCreationTimestamp(String value)
public Interconnect.Builder setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Parameter | |
---|---|
Name | Description |
value |
String The creationTimestamp to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setCreationTimestampBytes(ByteString value)
public Interconnect.Builder setCreationTimestampBytes(ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for creationTimestamp to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setCustomerName(String value)
public Interconnect.Builder setCustomerName(String value)
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
optional string customer_name = 3665484;
Parameter | |
---|---|
Name | Description |
value |
String The customerName to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setCustomerNameBytes(ByteString value)
public Interconnect.Builder setCustomerNameBytes(ByteString value)
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
optional string customer_name = 3665484;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for customerName to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setDescription(String value)
public Interconnect.Builder setDescription(String value)
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public Interconnect.Builder setDescriptionBytes(ByteString value)
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setExpectedOutages(int index, InterconnectOutageNotification value)
public Interconnect.Builder setExpectedOutages(int index, InterconnectOutageNotification value)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
InterconnectOutageNotification |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setExpectedOutages(int index, InterconnectOutageNotification.Builder builderForValue)
public Interconnect.Builder setExpectedOutages(int index, InterconnectOutageNotification.Builder builderForValue)
[Output Only] A list of outages expected for this Interconnect.
repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
InterconnectOutageNotification.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Interconnect.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setGoogleIpAddress(String value)
public Interconnect.Builder setGoogleIpAddress(String value)
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
optional string google_ip_address = 443105954;
Parameter | |
---|---|
Name | Description |
value |
String The googleIpAddress to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setGoogleIpAddressBytes(ByteString value)
public Interconnect.Builder setGoogleIpAddressBytes(ByteString value)
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
optional string google_ip_address = 443105954;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for googleIpAddress to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setGoogleReferenceId(String value)
public Interconnect.Builder setGoogleReferenceId(String value)
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
optional string google_reference_id = 534944469;
Parameter | |
---|---|
Name | Description |
value |
String The googleReferenceId to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setGoogleReferenceIdBytes(ByteString value)
public Interconnect.Builder setGoogleReferenceIdBytes(ByteString value)
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
optional string google_reference_id = 534944469;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for googleReferenceId to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setId(long value)
public Interconnect.Builder setId(long value)
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Parameter | |
---|---|
Name | Description |
value |
long The id to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setInterconnectAttachments(int index, String value)
public Interconnect.Builder setInterconnectAttachments(int index, String value)
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
repeated string interconnect_attachments = 425388415;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The interconnectAttachments to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setInterconnectType(String value)
public Interconnect.Builder setInterconnectType(String value)
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. Check the InterconnectType enum for the list of possible values.
optional string interconnect_type = 515165259;
Parameter | |
---|---|
Name | Description |
value |
String The interconnectType to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setInterconnectTypeBytes(ByteString value)
public Interconnect.Builder setInterconnectTypeBytes(ByteString value)
Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. Check the InterconnectType enum for the list of possible values.
optional string interconnect_type = 515165259;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for interconnectType to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setKind(String value)
public Interconnect.Builder setKind(String value)
[Output Only] Type of the resource. Always compute#interconnect for interconnects.
optional string kind = 3292052;
Parameter | |
---|---|
Name | Description |
value |
String The kind to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public Interconnect.Builder setKindBytes(ByteString value)
[Output Only] Type of the resource. Always compute#interconnect for interconnects.
optional string kind = 3292052;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for kind to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setLabelFingerprint(String value)
public Interconnect.Builder setLabelFingerprint(String value)
A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
optional string label_fingerprint = 178124825;
Parameter | |
---|---|
Name | Description |
value |
String The labelFingerprint to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setLabelFingerprintBytes(ByteString value)
public Interconnect.Builder setLabelFingerprintBytes(ByteString value)
A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
optional string label_fingerprint = 178124825;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for labelFingerprint to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setLinkType(String value)
public Interconnect.Builder setLinkType(String value)
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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. Check the LinkType enum for the list of possible values.
optional string link_type = 523207775;
Parameter | |
---|---|
Name | Description |
value |
String The linkType to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setLinkTypeBytes(ByteString value)
public Interconnect.Builder setLinkTypeBytes(ByteString value)
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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle. Check the LinkType enum for the list of possible values.
optional string link_type = 523207775;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for linkType to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setLocation(String value)
public Interconnect.Builder setLocation(String value)
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
optional string location = 290430901;
Parameter | |
---|---|
Name | Description |
value |
String The location to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public Interconnect.Builder setLocationBytes(ByteString value)
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
optional string location = 290430901;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for location to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setMacsec(InterconnectMacsec value)
public Interconnect.Builder setMacsec(InterconnectMacsec value)
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Parameter | |
---|---|
Name | Description |
value |
InterconnectMacsec |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setMacsec(InterconnectMacsec.Builder builderForValue)
public Interconnect.Builder setMacsec(InterconnectMacsec.Builder builderForValue)
Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router.
optional .google.cloud.compute.v1.InterconnectMacsec macsec = 528867490;
Parameter | |
---|---|
Name | Description |
builderForValue |
InterconnectMacsec.Builder |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setMacsecEnabled(boolean value)
public Interconnect.Builder setMacsecEnabled(boolean value)
Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.
optional bool macsec_enabled = 194203812;
Parameter | |
---|---|
Name | Description |
value |
boolean The macsecEnabled to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setName(String value)
public Interconnect.Builder setName(String value)
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Interconnect.Builder setNameBytes(ByteString value)
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setNocContactEmail(String value)
public Interconnect.Builder setNocContactEmail(String value)
Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;
Parameter | |
---|---|
Name | Description |
value |
String The nocContactEmail to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setNocContactEmailBytes(ByteString value)
public Interconnect.Builder setNocContactEmailBytes(ByteString value)
Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for nocContactEmail to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setOperationalStatus(String value)
public Interconnect.Builder setOperationalStatus(String value)
[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. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Parameter | |
---|---|
Name | Description |
value |
String The operationalStatus to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setOperationalStatusBytes(ByteString value)
public Interconnect.Builder setOperationalStatusBytes(ByteString value)
[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. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for operationalStatus to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setPeerIpAddress(String value)
public Interconnect.Builder setPeerIpAddress(String value)
[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
optional string peer_ip_address = 207735769;
Parameter | |
---|---|
Name | Description |
value |
String The peerIpAddress to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setPeerIpAddressBytes(ByteString value)
public Interconnect.Builder setPeerIpAddressBytes(ByteString value)
[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
optional string peer_ip_address = 207735769;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for peerIpAddress to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setProvisionedLinkCount(int value)
public Interconnect.Builder setProvisionedLinkCount(int value)
[Output Only] Number of links actually provisioned in this interconnect.
optional int32 provisioned_link_count = 410888565;
Parameter | |
---|---|
Name | Description |
value |
int The provisionedLinkCount to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setRemoteLocation(String value)
public Interconnect.Builder setRemoteLocation(String value)
Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
optional string remote_location = 324388750;
Parameter | |
---|---|
Name | Description |
value |
String The remoteLocation to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setRemoteLocationBytes(ByteString value)
public Interconnect.Builder setRemoteLocationBytes(ByteString value)
Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
optional string remote_location = 324388750;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for remoteLocation to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Interconnect.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
setRequestedFeatures(int index, String value)
public Interconnect.Builder setRequestedFeatures(int index, String value)
Optional. List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. Check the RequestedFeatures enum for the list of possible values.
repeated string requested_features = 461240814;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The requestedFeatures to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setRequestedLinkCount(int value)
public Interconnect.Builder setRequestedLinkCount(int value)
Target number of physical links in the link bundle, as requested by the customer.
optional int32 requested_link_count = 45051387;
Parameter | |
---|---|
Name | Description |
value |
int The requestedLinkCount to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setSatisfiesPzs(boolean value)
public Interconnect.Builder setSatisfiesPzs(boolean value)
[Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;
Parameter | |
---|---|
Name | Description |
value |
boolean The satisfiesPzs to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setSelfLink(String value)
public Interconnect.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Parameter | |
---|---|
Name | Description |
value |
String The selfLink to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setSelfLinkBytes(ByteString value)
public Interconnect.Builder setSelfLinkBytes(ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for selfLink to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setState(String value)
public Interconnect.Builder setState(String value)
[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. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the State enum for the list of possible values.
optional string state = 109757585;
Parameter | |
---|---|
Name | Description |
value |
String The state to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setStateBytes(ByteString value)
public Interconnect.Builder setStateBytes(ByteString value)
[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. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. Check the State enum for the list of possible values.
optional string state = 109757585;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for state to set. |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Interconnect.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Interconnect.Builder |