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

#include <usable_subnetwork_secondary_range.h>

Inheritance diagram for google_compute_api::UsableSubnetworkSecondaryRange:

Public Member Functions

 UsableSubnetworkSecondaryRange (const Json::Value &storage)
 
 UsableSubnetworkSecondaryRange (Json::Value *storage)
 
virtual ~UsableSubnetworkSecondaryRange ()
 
const StringPiece GetTypeName () const
 
bool has_ip_cidr_range () const
 
void clear_ip_cidr_range ()
 
const StringPiece get_ip_cidr_range () const
 
void set_ip_cidr_range (const StringPiece &value)
 
bool has_range_name () const
 
void clear_range_name ()
 
const StringPiece get_range_name () const
 
void set_range_name (const StringPiece &value)
 

Static Public Member Functions

static UsableSubnetworkSecondaryRangeNew ()
 

Detailed Description

Secondary IP range of a usable subnetwork.

Constructor & Destructor Documentation

◆ UsableSubnetworkSecondaryRange() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ UsableSubnetworkSecondaryRange() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~UsableSubnetworkSecondaryRange()

google_compute_api::UsableSubnetworkSecondaryRange::~UsableSubnetworkSecondaryRange ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ip_cidr_range()

void google_compute_api::UsableSubnetworkSecondaryRange::clear_ip_cidr_range ( )
inline

Clears the 'ipCidrRange' attribute.

◆ clear_range_name()

void google_compute_api::UsableSubnetworkSecondaryRange::clear_range_name ( )
inline

Clears the 'rangeName' attribute.

◆ get_ip_cidr_range()

const StringPiece google_compute_api::UsableSubnetworkSecondaryRange::get_ip_cidr_range ( ) const
inline

Get the value of the 'ipCidrRange' attribute.

◆ get_range_name()

const StringPiece google_compute_api::UsableSubnetworkSecondaryRange::get_range_name ( ) const
inline

Get the value of the 'rangeName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::UsableSubnetworkSecondaryRange

◆ has_ip_cidr_range()

bool google_compute_api::UsableSubnetworkSecondaryRange::has_ip_cidr_range ( ) const
inline

Determine if the 'ipCidrRange' attribute was set.

Returns
true if the 'ipCidrRange' attribute was set.

◆ has_range_name()

bool google_compute_api::UsableSubnetworkSecondaryRange::has_range_name ( ) const
inline

Determine if the 'rangeName' attribute was set.

Returns
true if the 'rangeName' attribute was set.

◆ New()

UsableSubnetworkSecondaryRange * google_compute_api::UsableSubnetworkSecondaryRange::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_ip_cidr_range()

void google_compute_api::UsableSubnetworkSecondaryRange::set_ip_cidr_range ( const StringPiece &  value)
inline

Change the 'ipCidrRange' attribute.

The range of IP addresses belonging to this subnetwork secondary range.

Parameters
[in]valueThe new value.

◆ set_range_name()

void google_compute_api::UsableSubnetworkSecondaryRange::set_range_name ( const StringPiece &  value)
inline

Change the 'rangeName' attribute.

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

Parameters
[in]valueThe new value.

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