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

#include <interconnect_location_region_info.h>

Inheritance diagram for google_compute_api::InterconnectLocationRegionInfo:

Public Member Functions

 InterconnectLocationRegionInfo (const Json::Value &storage)
 
 InterconnectLocationRegionInfo (Json::Value *storage)
 
virtual ~InterconnectLocationRegionInfo ()
 
const StringPiece GetTypeName () const
 
bool has_expected_rtt_ms () const
 
void clear_expected_rtt_ms ()
 
int64 get_expected_rtt_ms () const
 
void set_expected_rtt_ms (int64 value)
 
bool has_location_presence () const
 
void clear_location_presence ()
 
const StringPiece get_location_presence () const
 
void set_location_presence (const StringPiece &value)
 
bool has_region () const
 
void clear_region ()
 
const StringPiece get_region () const
 
void set_region (const StringPiece &value)
 

Static Public Member Functions

static InterconnectLocationRegionInfoNew ()
 

Detailed Description

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

Constructor & Destructor Documentation

◆ InterconnectLocationRegionInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InterconnectLocationRegionInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InterconnectLocationRegionInfo()

google_compute_api::InterconnectLocationRegionInfo::~InterconnectLocationRegionInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_expected_rtt_ms()

void google_compute_api::InterconnectLocationRegionInfo::clear_expected_rtt_ms ( )
inline

Clears the 'expectedRttMs' attribute.

◆ clear_location_presence()

void google_compute_api::InterconnectLocationRegionInfo::clear_location_presence ( )
inline

Clears the 'locationPresence' attribute.

◆ clear_region()

void google_compute_api::InterconnectLocationRegionInfo::clear_region ( )
inline

Clears the 'region' attribute.

◆ get_expected_rtt_ms()

int64 google_compute_api::InterconnectLocationRegionInfo::get_expected_rtt_ms ( ) const
inline

Get the value of the 'expectedRttMs' attribute.

◆ get_location_presence()

const StringPiece google_compute_api::InterconnectLocationRegionInfo::get_location_presence ( ) const
inline

Get the value of the 'locationPresence' attribute.

◆ get_region()

const StringPiece google_compute_api::InterconnectLocationRegionInfo::get_region ( ) const
inline

Get the value of the 'region' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectLocationRegionInfo

◆ has_expected_rtt_ms()

bool google_compute_api::InterconnectLocationRegionInfo::has_expected_rtt_ms ( ) const
inline

Determine if the 'expectedRttMs' attribute was set.

Returns
true if the 'expectedRttMs' attribute was set.

◆ has_location_presence()

bool google_compute_api::InterconnectLocationRegionInfo::has_location_presence ( ) const
inline

Determine if the 'locationPresence' attribute was set.

Returns
true if the 'locationPresence' attribute was set.

◆ has_region()

bool google_compute_api::InterconnectLocationRegionInfo::has_region ( ) const
inline

Determine if the 'region' attribute was set.

Returns
true if the 'region' attribute was set.

◆ New()

InterconnectLocationRegionInfo * google_compute_api::InterconnectLocationRegionInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_expected_rtt_ms()

void google_compute_api::InterconnectLocationRegionInfo::set_expected_rtt_ms ( int64  value)
inline

Change the 'expectedRttMs' attribute.

Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.

Parameters
[in]valueThe new value.

◆ set_location_presence()

void google_compute_api::InterconnectLocationRegionInfo::set_location_presence ( const StringPiece &  value)
inline

Change the 'locationPresence' attribute.

Identifies the network presence of this location.

Parameters
[in]valueThe new value.

◆ set_region()

void google_compute_api::InterconnectLocationRegionInfo::set_region ( const StringPiece &  value)
inline

Change the 'region' attribute.

URL for the region of this location.

Parameters
[in]valueThe new value.

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