Interface InterconnectOrBuilder (1.51.0)

public interface InterconnectOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract 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
NameDescription
keyString
Returns
TypeDescription
boolean

getAdminEnabled()

public abstract 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
TypeDescription
boolean

The adminEnabled.

getAvailableFeatures(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The availableFeatures at the given index.

getAvailableFeaturesBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the availableFeatures at the given index.

getAvailableFeaturesCount()

public abstract 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
TypeDescription
int

The count of availableFeatures.

getAvailableFeaturesList()

public abstract List<String> 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
TypeDescription
List<String>

A list containing the availableFeatures.

getCircuitInfos(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
InterconnectCircuitInfo

getCircuitInfosCount()

public abstract 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
TypeDescription
int

getCircuitInfosList()

public abstract 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
TypeDescription
List<InterconnectCircuitInfo>

getCircuitInfosOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
InterconnectCircuitInfoOrBuilder

getCircuitInfosOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.compute.v1.InterconnectCircuitInfoOrBuilder>

getCreationTimestamp()

public abstract String getCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
String

The creationTimestamp.

getCreationTimestampBytes()

public abstract ByteString getCreationTimestampBytes()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
ByteString

The bytes for creationTimestamp.

getCustomerName()

public abstract 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
TypeDescription
String

The customerName.

getCustomerNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for customerName.

getDescription()

public abstract String getDescription()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getExpectedOutages(int index)

public abstract InterconnectOutageNotification getExpectedOutages(int index)

[Output Only] A list of outages expected for this Interconnect.

repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectOutageNotification

getExpectedOutagesCount()

public abstract int getExpectedOutagesCount()

[Output Only] A list of outages expected for this Interconnect.

repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;

Returns
TypeDescription
int

getExpectedOutagesList()

public abstract List<InterconnectOutageNotification> getExpectedOutagesList()

[Output Only] A list of outages expected for this Interconnect.

repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;

Returns
TypeDescription
List<InterconnectOutageNotification>

getExpectedOutagesOrBuilder(int index)

public abstract InterconnectOutageNotificationOrBuilder getExpectedOutagesOrBuilder(int index)

[Output Only] A list of outages expected for this Interconnect.

repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectOutageNotificationOrBuilder

getExpectedOutagesOrBuilderList()

public abstract List<? extends InterconnectOutageNotificationOrBuilder> getExpectedOutagesOrBuilderList()

[Output Only] A list of outages expected for this Interconnect.

repeated .google.cloud.compute.v1.InterconnectOutageNotification expected_outages = 264484123;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InterconnectOutageNotificationOrBuilder>

getGoogleIpAddress()

public abstract 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
TypeDescription
String

The googleIpAddress.

getGoogleIpAddressBytes()

public abstract 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
TypeDescription
ByteString

The bytes for googleIpAddress.

getGoogleReferenceId()

public abstract 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
TypeDescription
String

The googleReferenceId.

getGoogleReferenceIdBytes()

public abstract 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
TypeDescription
ByteString

The bytes for googleReferenceId.

getId()

public abstract long getId()

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
long

The id.

getInterconnectAttachments(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The interconnectAttachments at the given index.

getInterconnectAttachmentsBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the interconnectAttachments at the given index.

getInterconnectAttachmentsCount()

public abstract int getInterconnectAttachmentsCount()

[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.

repeated string interconnect_attachments = 425388415;

Returns
TypeDescription
int

The count of interconnectAttachments.

getInterconnectAttachmentsList()

public abstract List<String> getInterconnectAttachmentsList()

[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.

repeated string interconnect_attachments = 425388415;

Returns
TypeDescription
List<String>

A list containing the interconnectAttachments.

getInterconnectType()

public abstract 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
TypeDescription
String

The interconnectType.

getInterconnectTypeBytes()

public abstract 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
TypeDescription
ByteString

The bytes for interconnectType.

getKind()

public abstract String getKind()

[Output Only] Type of the resource. Always compute#interconnect for interconnects.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#interconnect for interconnects.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getLabelFingerprint()

public abstract 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
TypeDescription
String

The labelFingerprint.

getLabelFingerprintBytes()

public abstract 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
TypeDescription
ByteString

The bytes for labelFingerprint.

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract 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
TypeDescription
int

getLabelsMap()

public abstract 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
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract 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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract 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
NameDescription
keyString
Returns
TypeDescription
String

getLinkType()

public abstract 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
TypeDescription
String

The linkType.

getLinkTypeBytes()

public abstract 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
TypeDescription
ByteString

The bytes for linkType.

getLocation()

public abstract String getLocation()

URL of the InterconnectLocation object that represents where this connection is to be provisioned.

optional string location = 290430901;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

URL of the InterconnectLocation object that represents where this connection is to be provisioned.

optional string location = 290430901;

Returns
TypeDescription
ByteString

The bytes for location.

getMacsec()

public abstract 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
TypeDescription
InterconnectMacsec

The macsec.

getMacsecEnabled()

public abstract 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
TypeDescription
boolean

The macsecEnabled.

getMacsecOrBuilder()

public abstract 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
TypeDescription
InterconnectMacsecOrBuilder

getName()

public abstract 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
TypeDescription
String

The name.

getNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for name.

getNocContactEmail()

public abstract 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
TypeDescription
String

The nocContactEmail.

getNocContactEmailBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nocContactEmail.

getOperationalStatus()

public abstract 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
TypeDescription
String

The operationalStatus.

getOperationalStatusBytes()

public abstract 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
TypeDescription
ByteString

The bytes for operationalStatus.

getPeerIpAddress()

public abstract 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
TypeDescription
String

The peerIpAddress.

getPeerIpAddressBytes()

public abstract 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
TypeDescription
ByteString

The bytes for peerIpAddress.

getProvisionedLinkCount()

public abstract int getProvisionedLinkCount()

[Output Only] Number of links actually provisioned in this interconnect.

optional int32 provisioned_link_count = 410888565;

Returns
TypeDescription
int

The provisionedLinkCount.

getRemoteLocation()

public abstract 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
TypeDescription
String

The remoteLocation.

getRemoteLocationBytes()

public abstract 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
TypeDescription
ByteString

The bytes for remoteLocation.

getRequestedFeatures(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The requestedFeatures at the given index.

getRequestedFeaturesBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the requestedFeatures at the given index.

getRequestedFeaturesCount()

public abstract 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
TypeDescription
int

The count of requestedFeatures.

getRequestedFeaturesList()

public abstract List<String> 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
TypeDescription
List<String>

A list containing the requestedFeatures.

getRequestedLinkCount()

public abstract int getRequestedLinkCount()

Target number of physical links in the link bundle, as requested by the customer.

optional int32 requested_link_count = 45051387;

Returns
TypeDescription
int

The requestedLinkCount.

getSatisfiesPzs()

public abstract boolean getSatisfiesPzs()

[Output Only] Reserved for future use.

optional bool satisfies_pzs = 480964267;

Returns
TypeDescription
boolean

The satisfiesPzs.

public abstract String getSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public abstract ByteString getSelfLinkBytes()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

getState()

public abstract 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
TypeDescription
String

The state.

getStateBytes()

public abstract 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
TypeDescription
ByteString

The bytes for state.

hasAdminEnabled()

public abstract 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
TypeDescription
boolean

Whether the adminEnabled field is set.

hasCreationTimestamp()

public abstract boolean hasCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
boolean

Whether the creationTimestamp field is set.

hasCustomerName()

public abstract 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
TypeDescription
boolean

Whether the customerName field is set.

hasDescription()

public abstract boolean hasDescription()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasGoogleIpAddress()

public abstract 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
TypeDescription
boolean

Whether the googleIpAddress field is set.

hasGoogleReferenceId()

public abstract 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
TypeDescription
boolean

Whether the googleReferenceId field is set.

hasId()

public abstract boolean hasId()

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
boolean

Whether the id field is set.

hasInterconnectType()

public abstract 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
TypeDescription
boolean

Whether the interconnectType field is set.

hasKind()

public abstract boolean hasKind()

[Output Only] Type of the resource. Always compute#interconnect for interconnects.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasLabelFingerprint()

public abstract 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
TypeDescription
boolean

Whether the labelFingerprint field is set.

hasLinkType()

public abstract 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
TypeDescription
boolean

Whether the linkType field is set.

hasLocation()

public abstract boolean hasLocation()

URL of the InterconnectLocation object that represents where this connection is to be provisioned.

optional string location = 290430901;

Returns
TypeDescription
boolean

Whether the location field is set.

hasMacsec()

public abstract 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
TypeDescription
boolean

Whether the macsec field is set.

hasMacsecEnabled()

public abstract 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
TypeDescription
boolean

Whether the macsecEnabled field is set.

hasName()

public abstract 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
TypeDescription
boolean

Whether the name field is set.

hasNocContactEmail()

public abstract 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
TypeDescription
boolean

Whether the nocContactEmail field is set.

hasOperationalStatus()

public abstract 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
TypeDescription
boolean

Whether the operationalStatus field is set.

hasPeerIpAddress()

public abstract 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
TypeDescription
boolean

Whether the peerIpAddress field is set.

hasProvisionedLinkCount()

public abstract boolean hasProvisionedLinkCount()

[Output Only] Number of links actually provisioned in this interconnect.

optional int32 provisioned_link_count = 410888565;

Returns
TypeDescription
boolean

Whether the provisionedLinkCount field is set.

hasRemoteLocation()

public abstract 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
TypeDescription
boolean

Whether the remoteLocation field is set.

hasRequestedLinkCount()

public abstract boolean hasRequestedLinkCount()

Target number of physical links in the link bundle, as requested by the customer.

optional int32 requested_link_count = 45051387;

Returns
TypeDescription
boolean

Whether the requestedLinkCount field is set.

hasSatisfiesPzs()

public abstract boolean hasSatisfiesPzs()

[Output Only] Reserved for future use.

optional bool satisfies_pzs = 480964267;

Returns
TypeDescription
boolean

Whether the satisfiesPzs field is set.

public abstract boolean hasSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.

hasState()

public abstract 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
TypeDescription
boolean

Whether the state field is set.