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

#include <interconnect_location.h>

Inheritance diagram for google_compute_api::InterconnectLocation:

Public Member Functions

 InterconnectLocation (const Json::Value &storage)
 
 InterconnectLocation (Json::Value *storage)
 
virtual ~InterconnectLocation ()
 
const StringPiece GetTypeName () const
 
bool has_address () const
 
void clear_address ()
 
const StringPiece get_address () const
 
void set_address (const StringPiece &value)
 
bool has_availability_zone () const
 
void clear_availability_zone ()
 
const StringPiece get_availability_zone () const
 
void set_availability_zone (const StringPiece &value)
 
bool has_city () const
 
void clear_city ()
 
const StringPiece get_city () const
 
void set_city (const StringPiece &value)
 
bool has_continent () const
 
void clear_continent ()
 
const StringPiece get_continent () const
 
void set_continent (const StringPiece &value)
 
bool has_creation_timestamp () const
 
void clear_creation_timestamp ()
 
const StringPiece get_creation_timestamp () const
 
void set_creation_timestamp (const StringPiece &value)
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_facility_provider () const
 
void clear_facility_provider ()
 
const StringPiece get_facility_provider () const
 
void set_facility_provider (const StringPiece &value)
 
bool has_facility_provider_facility_id () const
 
void clear_facility_provider_facility_id ()
 
const StringPiece get_facility_provider_facility_id () const
 
void set_facility_provider_facility_id (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
uint64 get_id () const
 
void set_id (uint64 value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_peeringdb_facility_id () const
 
void clear_peeringdb_facility_id ()
 
const StringPiece get_peeringdb_facility_id () const
 
void set_peeringdb_facility_id (const StringPiece &value)
 
bool has_region_infos () const
 
void clear_region_infos ()
 
const client::JsonCppArray< InterconnectLocationRegionInfoget_region_infos () const
 
client::JsonCppArray< InterconnectLocationRegionInfomutable_regionInfos ()
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_status () const
 
void clear_status ()
 
const StringPiece get_status () const
 
void set_status (const StringPiece &value)
 

Static Public Member Functions

static InterconnectLocationNew ()
 

Detailed Description

Represents an InterconnectLocations resource. The InterconnectLocations resource describes the locations where you can connect to Google's networks. For more information, see Colocation Facilities.

Constructor & Destructor Documentation

◆ InterconnectLocation() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InterconnectLocation() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InterconnectLocation()

google_compute_api::InterconnectLocation::~InterconnectLocation ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_address()

void google_compute_api::InterconnectLocation::clear_address ( )
inline

Clears the 'address' attribute.

◆ clear_availability_zone()

void google_compute_api::InterconnectLocation::clear_availability_zone ( )
inline

Clears the 'availabilityZone' attribute.

◆ clear_city()

void google_compute_api::InterconnectLocation::clear_city ( )
inline

Clears the 'city' attribute.

◆ clear_continent()

void google_compute_api::InterconnectLocation::clear_continent ( )
inline

Clears the 'continent' attribute.

◆ clear_creation_timestamp()

void google_compute_api::InterconnectLocation::clear_creation_timestamp ( )
inline

Clears the 'creationTimestamp' attribute.

◆ clear_description()

void google_compute_api::InterconnectLocation::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_facility_provider()

void google_compute_api::InterconnectLocation::clear_facility_provider ( )
inline

Clears the 'facilityProvider' attribute.

◆ clear_facility_provider_facility_id()

void google_compute_api::InterconnectLocation::clear_facility_provider_facility_id ( )
inline

Clears the 'facilityProviderFacilityId' attribute.

◆ clear_id()

void google_compute_api::InterconnectLocation::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_compute_api::InterconnectLocation::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_name()

void google_compute_api::InterconnectLocation::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_peeringdb_facility_id()

void google_compute_api::InterconnectLocation::clear_peeringdb_facility_id ( )
inline

Clears the 'peeringdbFacilityId' attribute.

◆ clear_region_infos()

void google_compute_api::InterconnectLocation::clear_region_infos ( )
inline

Clears the 'regionInfos' attribute.

◆ clear_self_link()

void google_compute_api::InterconnectLocation::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_status()

void google_compute_api::InterconnectLocation::clear_status ( )
inline

Clears the 'status' attribute.

◆ get_address()

const StringPiece google_compute_api::InterconnectLocation::get_address ( ) const
inline

Get the value of the 'address' attribute.

◆ get_availability_zone()

const StringPiece google_compute_api::InterconnectLocation::get_availability_zone ( ) const
inline

Get the value of the 'availabilityZone' attribute.

◆ get_city()

const StringPiece google_compute_api::InterconnectLocation::get_city ( ) const
inline

Get the value of the 'city' attribute.

◆ get_continent()

const StringPiece google_compute_api::InterconnectLocation::get_continent ( ) const
inline

Get the value of the 'continent' attribute.

◆ get_creation_timestamp()

const StringPiece google_compute_api::InterconnectLocation::get_creation_timestamp ( ) const
inline

Get the value of the 'creationTimestamp' attribute.

◆ get_description()

const StringPiece google_compute_api::InterconnectLocation::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_facility_provider()

const StringPiece google_compute_api::InterconnectLocation::get_facility_provider ( ) const
inline

Get the value of the 'facilityProvider' attribute.

◆ get_facility_provider_facility_id()

const StringPiece google_compute_api::InterconnectLocation::get_facility_provider_facility_id ( ) const
inline

Get the value of the 'facilityProviderFacilityId' attribute.

◆ get_id()

uint64 google_compute_api::InterconnectLocation::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_kind()

const StringPiece google_compute_api::InterconnectLocation::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_name()

const StringPiece google_compute_api::InterconnectLocation::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_peeringdb_facility_id()

const StringPiece google_compute_api::InterconnectLocation::get_peeringdb_facility_id ( ) const
inline

Get the value of the 'peeringdbFacilityId' attribute.

◆ get_region_infos()

const client::JsonCppArray<InterconnectLocationRegionInfo > google_compute_api::InterconnectLocation::get_region_infos ( ) const

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

◆ get_self_link()

const StringPiece google_compute_api::InterconnectLocation::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_status()

const StringPiece google_compute_api::InterconnectLocation::get_status ( ) const
inline

Get the value of the 'status' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectLocation

◆ has_address()

bool google_compute_api::InterconnectLocation::has_address ( ) const
inline

Determine if the 'address' attribute was set.

Returns
true if the 'address' attribute was set.

◆ has_availability_zone()

bool google_compute_api::InterconnectLocation::has_availability_zone ( ) const
inline

Determine if the 'availabilityZone' attribute was set.

Returns
true if the 'availabilityZone' attribute was set.

◆ has_city()

bool google_compute_api::InterconnectLocation::has_city ( ) const
inline

Determine if the 'city' attribute was set.

Returns
true if the 'city' attribute was set.

◆ has_continent()

bool google_compute_api::InterconnectLocation::has_continent ( ) const
inline

Determine if the 'continent' attribute was set.

Returns
true if the 'continent' attribute was set.

◆ has_creation_timestamp()

bool google_compute_api::InterconnectLocation::has_creation_timestamp ( ) const
inline

Determine if the 'creationTimestamp' attribute was set.

Returns
true if the 'creationTimestamp' attribute was set.

◆ has_description()

bool google_compute_api::InterconnectLocation::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_facility_provider()

bool google_compute_api::InterconnectLocation::has_facility_provider ( ) const
inline

Determine if the 'facilityProvider' attribute was set.

Returns
true if the 'facilityProvider' attribute was set.

◆ has_facility_provider_facility_id()

bool google_compute_api::InterconnectLocation::has_facility_provider_facility_id ( ) const
inline

Determine if the 'facilityProviderFacilityId' attribute was set.

Returns
true if the 'facilityProviderFacilityId' attribute was set.

◆ has_id()

bool google_compute_api::InterconnectLocation::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_kind()

bool google_compute_api::InterconnectLocation::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_name()

bool google_compute_api::InterconnectLocation::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_peeringdb_facility_id()

bool google_compute_api::InterconnectLocation::has_peeringdb_facility_id ( ) const
inline

Determine if the 'peeringdbFacilityId' attribute was set.

Returns
true if the 'peeringdbFacilityId' attribute was set.

◆ has_region_infos()

bool google_compute_api::InterconnectLocation::has_region_infos ( ) const
inline

Determine if the 'regionInfos' attribute was set.

Returns
true if the 'regionInfos' attribute was set.

◆ has_self_link()

bool google_compute_api::InterconnectLocation::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_status()

bool google_compute_api::InterconnectLocation::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ mutable_regionInfos()

client::JsonCppArray<InterconnectLocationRegionInfo > google_compute_api::InterconnectLocation::mutable_regionInfos ( )

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

[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.

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

◆ New()

InterconnectLocation * google_compute_api::InterconnectLocation::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_address()

void google_compute_api::InterconnectLocation::set_address ( const StringPiece &  value)
inline

Change the 'address' attribute.

[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.

Parameters
[in]valueThe new value.

◆ set_availability_zone()

void google_compute_api::InterconnectLocation::set_availability_zone ( const StringPiece &  value)
inline

Change the 'availabilityZone' attribute.

[Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".

Parameters
[in]valueThe new value.

◆ set_city()

void google_compute_api::InterconnectLocation::set_city ( const StringPiece &  value)
inline

Change the 'city' attribute.

[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".

Parameters
[in]valueThe new value.

◆ set_continent()

void google_compute_api::InterconnectLocation::set_continent ( const StringPiece &  value)
inline

Change the 'continent' attribute.

[Output Only] Continent for this location.

Parameters
[in]valueThe new value.

◆ set_creation_timestamp()

void google_compute_api::InterconnectLocation::set_creation_timestamp ( const StringPiece &  value)
inline

Change the 'creationTimestamp' attribute.

[Output Only] Creation timestamp in RFC3339 text format.

Parameters
[in]valueThe new value.

◆ set_description()

void google_compute_api::InterconnectLocation::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

[Output Only] An optional description of the resource.

Parameters
[in]valueThe new value.

◆ set_facility_provider()

void google_compute_api::InterconnectLocation::set_facility_provider ( const StringPiece &  value)
inline

Change the 'facilityProvider' attribute.

[Output Only] The name of the provider for this facility (e.g., EQUINIX).

Parameters
[in]valueThe new value.

◆ set_facility_provider_facility_id()

void google_compute_api::InterconnectLocation::set_facility_provider_facility_id ( const StringPiece &  value)
inline

Change the 'facilityProviderFacilityId' attribute.

[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).

Parameters
[in]valueThe new value.

◆ set_id()

void google_compute_api::InterconnectLocation::set_id ( uint64  value)
inline

Change the 'id' attribute.

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_compute_api::InterconnectLocation::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

[Output Only] Type of the resource. Always compute::interconnectLocation for interconnect locations.

Parameters
[in]valueThe new value.

◆ set_name()

void google_compute_api::InterconnectLocation::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

[Output Only] Name of the resource.

Parameters
[in]valueThe new value.

◆ set_peeringdb_facility_id()

void google_compute_api::InterconnectLocation::set_peeringdb_facility_id ( const StringPiece &  value)
inline

Change the 'peeringdbFacilityId' attribute.

[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_compute_api::InterconnectLocation::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

[Output Only] Server-defined URL for the resource.

Parameters
[in]valueThe new value.

◆ set_status()

void google_compute_api::InterconnectLocation::set_status ( const StringPiece &  value)
inline

Change the 'status' attribute.

[Output Only] The status of this InterconnectLocation. If the status is AVAILABLE, new Interconnects may be provisioned in this InterconnectLocation. Otherwise, no new Interconnects may be provisioned.

Parameters
[in]valueThe new value.

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