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

#include <router_advertised_ip_range.h>

Inheritance diagram for google_compute_api::RouterAdvertisedIpRange:

Public Member Functions

 RouterAdvertisedIpRange (const Json::Value &storage)
 
 RouterAdvertisedIpRange (Json::Value *storage)
 
virtual ~RouterAdvertisedIpRange ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_range () const
 
void clear_range ()
 
const StringPiece get_range () const
 
void set_range (const StringPiece &value)
 

Static Public Member Functions

static RouterAdvertisedIpRangeNew ()
 

Detailed Description

Description-tagged IP ranges for the router to advertise.

Constructor & Destructor Documentation

◆ RouterAdvertisedIpRange() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ RouterAdvertisedIpRange() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~RouterAdvertisedIpRange()

google_compute_api::RouterAdvertisedIpRange::~RouterAdvertisedIpRange ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_description()

void google_compute_api::RouterAdvertisedIpRange::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_range()

void google_compute_api::RouterAdvertisedIpRange::clear_range ( )
inline

Clears the 'range' attribute.

◆ get_description()

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

Get the value of the 'description' attribute.

◆ get_range()

const StringPiece google_compute_api::RouterAdvertisedIpRange::get_range ( ) const
inline

Get the value of the 'range' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::RouterAdvertisedIpRange

◆ has_description()

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

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_range()

bool google_compute_api::RouterAdvertisedIpRange::has_range ( ) const
inline

Determine if the 'range' attribute was set.

Returns
true if the 'range' attribute was set.

◆ New()

RouterAdvertisedIpRange * google_compute_api::RouterAdvertisedIpRange::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_description()

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

Change the 'description' attribute.

User-specified description for the IP range.

Parameters
[in]valueThe new value.

◆ set_range()

void google_compute_api::RouterAdvertisedIpRange::set_range ( const StringPiece &  value)
inline

Change the 'range' attribute.

The IP range to advertise. The value must be a CIDR-formatted string.

Parameters
[in]valueThe new value.

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