compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::InterconnectDiagnostics Class Reference

#include <interconnect_diagnostics.h>

Inheritance diagram for google_compute_api::InterconnectDiagnostics:

Public Member Functions

 InterconnectDiagnostics (const Json::Value &storage)
 
 InterconnectDiagnostics (Json::Value *storage)
 
virtual ~InterconnectDiagnostics ()
 
const StringPiece GetTypeName () const
 
bool has_arp_caches () const
 
void clear_arp_caches ()
 
const client::JsonCppArray< InterconnectDiagnosticsARPEntryget_arp_caches () const
 
client::JsonCppArray< InterconnectDiagnosticsARPEntrymutable_arpCaches ()
 
bool has_links () const
 
void clear_links ()
 
const client::JsonCppArray< InterconnectDiagnosticsLinkStatusget_links () const
 
client::JsonCppArray< InterconnectDiagnosticsLinkStatusmutable_links ()
 
bool has_mac_address () const
 
void clear_mac_address ()
 
const StringPiece get_mac_address () const
 
void set_mac_address (const StringPiece &value)
 

Static Public Member Functions

static InterconnectDiagnosticsNew ()
 

Detailed Description

Diagnostics information about interconnect, contains detailed and current technical information about Google?s side of the connection.

Constructor & Destructor Documentation

◆ InterconnectDiagnostics() [1/2]

google_compute_api::InterconnectDiagnostics::InterconnectDiagnostics ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ InterconnectDiagnostics() [2/2]

google_compute_api::InterconnectDiagnostics::InterconnectDiagnostics ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~InterconnectDiagnostics()

google_compute_api::InterconnectDiagnostics::~InterconnectDiagnostics ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_arp_caches()

void google_compute_api::InterconnectDiagnostics::clear_arp_caches ( )
inline

Clears the 'arpCaches' attribute.

◆ clear_links()

void google_compute_api::InterconnectDiagnostics::clear_links ( )
inline

Clears the 'links' attribute.

◆ clear_mac_address()

void google_compute_api::InterconnectDiagnostics::clear_mac_address ( )
inline

Clears the 'macAddress' attribute.

◆ get_arp_caches()

const client::JsonCppArray<InterconnectDiagnosticsARPEntry > google_compute_api::InterconnectDiagnostics::get_arp_caches ( ) const

Get a reference to the value of the 'arpCaches' attribute.

◆ get_links()

const client::JsonCppArray<InterconnectDiagnosticsLinkStatus > google_compute_api::InterconnectDiagnostics::get_links ( ) const

Get a reference to the value of the 'links' attribute.

◆ get_mac_address()

const StringPiece google_compute_api::InterconnectDiagnostics::get_mac_address ( ) const
inline

Get the value of the 'macAddress' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::InterconnectDiagnostics::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectDiagnostics

◆ has_arp_caches()

bool google_compute_api::InterconnectDiagnostics::has_arp_caches ( ) const
inline

Determine if the 'arpCaches' attribute was set.

Returns
true if the 'arpCaches' attribute was set.

◆ has_links()

bool google_compute_api::InterconnectDiagnostics::has_links ( ) const
inline

Determine if the 'links' attribute was set.

Returns
true if the 'links' attribute was set.

◆ has_mac_address()

bool google_compute_api::InterconnectDiagnostics::has_mac_address ( ) const
inline

Determine if the 'macAddress' attribute was set.

Returns
true if the 'macAddress' attribute was set.

◆ mutable_arpCaches()

client::JsonCppArray<InterconnectDiagnosticsARPEntry > google_compute_api::InterconnectDiagnostics::mutable_arpCaches ( )

Gets a reference to a mutable value of the 'arpCaches' property.

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

Returns
The result can be modified to change the attribute value.

◆ mutable_links()

client::JsonCppArray<InterconnectDiagnosticsLinkStatus > google_compute_api::InterconnectDiagnostics::mutable_links ( )

Gets a reference to a mutable value of the 'links' property.

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

Returns
The result can be modified to change the attribute value.

◆ New()

InterconnectDiagnostics * google_compute_api::InterconnectDiagnostics::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_mac_address()

void google_compute_api::InterconnectDiagnostics::set_mac_address ( const StringPiece &  value)
inline

Change the 'macAddress' attribute.

The MAC address of the Interconnect's bundle interface.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: