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

#include <interconnect_diagnostics_arpe_ntry.h>

Inheritance diagram for google_compute_api::InterconnectDiagnosticsARPEntry:

Public Member Functions

 InterconnectDiagnosticsARPEntry (const Json::Value &storage)
 
 InterconnectDiagnosticsARPEntry (Json::Value *storage)
 
virtual ~InterconnectDiagnosticsARPEntry ()
 
const StringPiece GetTypeName () const
 
bool has_ip_address () const
 
void clear_ip_address ()
 
const StringPiece get_ip_address () const
 
void set_ip_address (const StringPiece &value)
 
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 InterconnectDiagnosticsARPEntryNew ()
 

Detailed Description

Describing the ARP neighbor entries seen on this link.

Constructor & Destructor Documentation

◆ InterconnectDiagnosticsARPEntry() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InterconnectDiagnosticsARPEntry() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InterconnectDiagnosticsARPEntry()

google_compute_api::InterconnectDiagnosticsARPEntry::~InterconnectDiagnosticsARPEntry ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ip_address()

void google_compute_api::InterconnectDiagnosticsARPEntry::clear_ip_address ( )
inline

Clears the 'ipAddress' attribute.

◆ clear_mac_address()

void google_compute_api::InterconnectDiagnosticsARPEntry::clear_mac_address ( )
inline

Clears the 'macAddress' attribute.

◆ get_ip_address()

const StringPiece google_compute_api::InterconnectDiagnosticsARPEntry::get_ip_address ( ) const
inline

Get the value of the 'ipAddress' attribute.

◆ get_mac_address()

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

Get the value of the 'macAddress' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectDiagnosticsARPEntry

◆ has_ip_address()

bool google_compute_api::InterconnectDiagnosticsARPEntry::has_ip_address ( ) const
inline

Determine if the 'ipAddress' attribute was set.

Returns
true if the 'ipAddress' attribute was set.

◆ has_mac_address()

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

Determine if the 'macAddress' attribute was set.

Returns
true if the 'macAddress' attribute was set.

◆ New()

InterconnectDiagnosticsARPEntry * google_compute_api::InterconnectDiagnosticsARPEntry::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_ip_address()

void google_compute_api::InterconnectDiagnosticsARPEntry::set_ip_address ( const StringPiece &  value)
inline

Change the 'ipAddress' attribute.

The IP address of this ARP neighbor.

Parameters
[in]valueThe new value.

◆ set_mac_address()

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

Change the 'macAddress' attribute.

The MAC address of this ARP neighbor.

Parameters
[in]valueThe new value.

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