#include <interconnect_location_region_info.h>
Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.
◆ InterconnectLocationRegionInfo() [1/2]
google_compute_api::InterconnectLocationRegionInfo::InterconnectLocationRegionInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~InterconnectLocationRegionInfo()
google_compute_api::InterconnectLocationRegionInfo::~InterconnectLocationRegionInfo |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: