compute
v1
|
#include <interconnect.h>
Public Member Functions | |
Interconnect (const Json::Value &storage) | |
Interconnect (Json::Value *storage) | |
virtual | ~Interconnect () |
const StringPiece | GetTypeName () const |
bool | has_admin_enabled () const |
void | clear_admin_enabled () |
bool | get_admin_enabled () const |
void | set_admin_enabled (bool value) |
bool | has_circuit_infos () const |
void | clear_circuit_infos () |
const client::JsonCppArray< InterconnectCircuitInfo > | get_circuit_infos () const |
client::JsonCppArray< InterconnectCircuitInfo > | mutable_circuitInfos () |
bool | has_creation_timestamp () const |
void | clear_creation_timestamp () |
const StringPiece | get_creation_timestamp () const |
void | set_creation_timestamp (const StringPiece &value) |
bool | has_customer_name () const |
void | clear_customer_name () |
const StringPiece | get_customer_name () const |
void | set_customer_name (const StringPiece &value) |
bool | has_description () const |
void | clear_description () |
const StringPiece | get_description () const |
void | set_description (const StringPiece &value) |
bool | has_expected_outages () const |
void | clear_expected_outages () |
const client::JsonCppArray< InterconnectOutageNotification > | get_expected_outages () const |
client::JsonCppArray< InterconnectOutageNotification > | mutable_expectedOutages () |
bool | has_google_ip_address () const |
void | clear_google_ip_address () |
const StringPiece | get_google_ip_address () const |
void | set_google_ip_address (const StringPiece &value) |
bool | has_google_reference_id () const |
void | clear_google_reference_id () |
const StringPiece | get_google_reference_id () const |
void | set_google_reference_id (const StringPiece &value) |
bool | has_id () const |
void | clear_id () |
uint64 | get_id () const |
void | set_id (uint64 value) |
bool | has_interconnect_attachments () const |
void | clear_interconnect_attachments () |
const client::JsonCppArray< string > | get_interconnect_attachments () const |
client::JsonCppArray< string > | mutable_interconnectAttachments () |
bool | has_interconnect_type () const |
void | clear_interconnect_type () |
const StringPiece | get_interconnect_type () const |
void | set_interconnect_type (const StringPiece &value) |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_link_type () const |
void | clear_link_type () |
const StringPiece | get_link_type () const |
void | set_link_type (const StringPiece &value) |
bool | has_location () const |
void | clear_location () |
const StringPiece | get_location () const |
void | set_location (const StringPiece &value) |
bool | has_name () const |
void | clear_name () |
const StringPiece | get_name () const |
void | set_name (const StringPiece &value) |
bool | has_noc_contact_email () const |
void | clear_noc_contact_email () |
const StringPiece | get_noc_contact_email () const |
void | set_noc_contact_email (const StringPiece &value) |
bool | has_operational_status () const |
void | clear_operational_status () |
const StringPiece | get_operational_status () const |
void | set_operational_status (const StringPiece &value) |
bool | has_peer_ip_address () const |
void | clear_peer_ip_address () |
const StringPiece | get_peer_ip_address () const |
void | set_peer_ip_address (const StringPiece &value) |
bool | has_provisioned_link_count () const |
void | clear_provisioned_link_count () |
int32 | get_provisioned_link_count () const |
void | set_provisioned_link_count (int32 value) |
bool | has_requested_link_count () const |
void | clear_requested_link_count () |
int32 | get_requested_link_count () const |
void | set_requested_link_count (int32 value) |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
bool | has_state () const |
void | clear_state () |
const StringPiece | get_state () const |
void | set_state (const StringPiece &value) |
Static Public Member Functions | |
static Interconnect * | New () |
Represents an Interconnects resource. The Interconnects resource is a dedicated connection between Google's network and your on-premises network. For more information, see the Dedicated overview page. (== resource_for v1.interconnects ==) (== resource_for beta.interconnects ==).
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'adminEnabled
' attribute.
|
inline |
Clears the 'circuitInfos
' attribute.
|
inline |
Clears the 'creationTimestamp
' attribute.
|
inline |
Clears the 'customerName
' attribute.
|
inline |
Clears the 'description
' attribute.
|
inline |
Clears the 'expectedOutages
' attribute.
|
inline |
Clears the 'googleIpAddress
' attribute.
|
inline |
Clears the 'googleReferenceId
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'interconnectAttachments
' attribute.
|
inline |
Clears the 'interconnectType
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'linkType
' attribute.
|
inline |
Clears the 'location
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Clears the 'nocContactEmail
' attribute.
|
inline |
Clears the 'operationalStatus
' attribute.
|
inline |
Clears the 'peerIpAddress
' attribute.
|
inline |
Clears the 'provisionedLinkCount
' attribute.
|
inline |
Clears the 'requestedLinkCount
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Clears the 'state
' attribute.
|
inline |
Get the value of the 'adminEnabled
' attribute.
const client::JsonCppArray<InterconnectCircuitInfo > google_compute_api::Interconnect::get_circuit_infos | ( | ) | const |
Get a reference to the value of the 'circuitInfos
' attribute.
|
inline |
Get the value of the 'creationTimestamp
' attribute.
|
inline |
Get the value of the 'customerName
' attribute.
|
inline |
Get the value of the 'description
' attribute.
const client::JsonCppArray<InterconnectOutageNotification > google_compute_api::Interconnect::get_expected_outages | ( | ) | const |
Get a reference to the value of the 'expectedOutages
' attribute.
|
inline |
Get the value of the 'googleIpAddress
' attribute.
|
inline |
Get the value of the 'googleReferenceId
' attribute.
|
inline |
Get the value of the 'id
' attribute.
|
inline |
Get a reference to the value of the 'interconnectAttachments
' attribute.
|
inline |
Get the value of the 'interconnectType
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'linkType
' attribute.
|
inline |
Get the value of the 'location
' attribute.
|
inline |
Get the value of the 'name
' attribute.
|
inline |
Get the value of the 'nocContactEmail
' attribute.
|
inline |
Get the value of the 'operationalStatus
' attribute.
|
inline |
Get the value of the 'peerIpAddress
' attribute.
|
inline |
Get the value of the 'provisionedLinkCount
' attribute.
|
inline |
Get the value of the 'requestedLinkCount
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Get the value of the 'state
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'adminEnabled
' attribute was set.
adminEnabled
' attribute was set.
|
inline |
Determine if the 'circuitInfos
' attribute was set.
circuitInfos
' attribute was set.
|
inline |
Determine if the 'creationTimestamp
' attribute was set.
creationTimestamp
' attribute was set.
|
inline |
Determine if the 'customerName
' attribute was set.
customerName
' attribute was set.
|
inline |
Determine if the 'description
' attribute was set.
description
' attribute was set.
|
inline |
Determine if the 'expectedOutages
' attribute was set.
expectedOutages
' attribute was set.
|
inline |
Determine if the 'googleIpAddress
' attribute was set.
googleIpAddress
' attribute was set.
|
inline |
Determine if the 'googleReferenceId
' attribute was set.
googleReferenceId
' attribute was set.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'interconnectAttachments
' attribute was set.
interconnectAttachments
' attribute was set.
|
inline |
Determine if the 'interconnectType
' attribute was set.
interconnectType
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'linkType
' attribute was set.
linkType
' attribute was set.
|
inline |
Determine if the 'location
' attribute was set.
location
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set.
|
inline |
Determine if the 'nocContactEmail
' attribute was set.
nocContactEmail
' attribute was set.
|
inline |
Determine if the 'operationalStatus
' attribute was set.
operationalStatus
' attribute was set.
|
inline |
Determine if the 'peerIpAddress
' attribute was set.
peerIpAddress
' attribute was set.
|
inline |
Determine if the 'provisionedLinkCount
' attribute was set.
provisionedLinkCount
' attribute was set.
|
inline |
Determine if the 'requestedLinkCount
' attribute was set.
requestedLinkCount
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set.
|
inline |
Determine if the 'state
' attribute was set.
state
' attribute was set. client::JsonCppArray<InterconnectCircuitInfo > google_compute_api::Interconnect::mutable_circuitInfos | ( | ) |
Gets a reference to a mutable value of the 'circuitInfos
' property.
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
client::JsonCppArray<InterconnectOutageNotification > google_compute_api::Interconnect::mutable_expectedOutages | ( | ) |
Gets a reference to a mutable value of the 'expectedOutages
' property.
[Output Only] A list of outages expected for this Interconnect.
|
inline |
Gets a reference to a mutable value of the 'interconnectAttachments
' property.
[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
|
static |
Creates a new default instance.
|
inline |
Change the 'adminEnabled
' attribute.
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.
[in] | value | The new value. |
|
inline |
Change the 'creationTimestamp
' attribute.
[Output Only] Creation timestamp in RFC3339 text format.
[in] | value | The new value. |
|
inline |
Change the 'customerName
' attribute.
Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
[in] | value | The new value. |
|
inline |
Change the 'description
' attribute.
An optional description of this resource. Provide this property when you create the resource.
[in] | value | The new value. |
|
inline |
Change the 'googleIpAddress
' attribute.
[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
[in] | value | The new value. |
|
inline |
Change the 'googleReferenceId
' attribute.
[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
[in] | value | The new value. |
|
inline |
Change the 'id
' attribute.
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
[in] | value | The new value. |
|
inline |
Change the 'interconnectType
' attribute.
Type of interconnect. Note that "IT_PRIVATE" has been deprecated in favor of "DEDICATED".
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
[Output Only] Type of the resource. Always compute::interconnect for interconnects.
[in] | value | The new value. |
|
inline |
Change the 'linkType
' attribute.
Type of link requested. This field indicates speed of each of the links in the bundle, not the entire bundle.
[in] | value | The new value. |
|
inline |
Change the 'location
' attribute.
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
[in] | value | The new value. |
|
inline |
Change the 'name
' attribute.
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]([-a-z0-9]*[a-z0-9])?
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.
[in] | value | The new value. |
|
inline |
Change the 'nocContactEmail
' attribute.
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 Stackdriver logs alerting and Cloud Notifications.
[in] | value | The new value. |
|
inline |
Change the 'operationalStatus
' attribute.
[Output Only] The current status of whether or not this Interconnect is functional.
[in] | value | The new value. |
|
inline |
Change the 'peerIpAddress
' attribute.
[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.
[in] | value | The new value. |
|
inline |
Change the 'provisionedLinkCount
' attribute.
[Output Only] Number of links actually provisioned in this interconnect.
[in] | value | The new value. |
|
inline |
Change the 'requestedLinkCount
' attribute.
Target number of physical links in the link bundle, as requested by the customer.
[in] | value | The new value. |
|
inline |
Change the 'selfLink
' attribute.
[Output Only] Server-defined URL for the resource.
[in] | value | The new value. |
|
inline |
Change the 'state
' attribute.
[Output Only] The current state of whether or not this Interconnect is functional.
[in] | value | The new value. |