container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::UsableSubnetworkSecondaryRange Class Reference

#include <usable_subnetwork_secondary_range.h>

Inheritance diagram for google_container_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)
 
bool has_status () const
 
void clear_status ()
 
const StringPiece get_status () const
 
void set_status (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_container_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_container_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_container_api::UsableSubnetworkSecondaryRange::~UsableSubnetworkSecondaryRange ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ip_cidr_range()

void google_container_api::UsableSubnetworkSecondaryRange::clear_ip_cidr_range ( )
inline

Clears the 'ipCidrRange' attribute.

◆ clear_range_name()

void google_container_api::UsableSubnetworkSecondaryRange::clear_range_name ( )
inline

Clears the 'rangeName' attribute.

◆ clear_status()

void google_container_api::UsableSubnetworkSecondaryRange::clear_status ( )
inline

Clears the 'status' attribute.

◆ get_ip_cidr_range()

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

Get the value of the 'ipCidrRange' attribute.

◆ get_range_name()

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

Get the value of the 'rangeName' attribute.

◆ get_status()

const StringPiece google_container_api::UsableSubnetworkSecondaryRange::get_status ( ) const
inline

Get the value of the 'status' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::UsableSubnetworkSecondaryRange

◆ has_ip_cidr_range()

bool google_container_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_container_api::UsableSubnetworkSecondaryRange::has_range_name ( ) const
inline

Determine if the 'rangeName' attribute was set.

Returns
true if the 'rangeName' attribute was set.

◆ has_status()

bool google_container_api::UsableSubnetworkSecondaryRange::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ New()

UsableSubnetworkSecondaryRange * google_container_api::UsableSubnetworkSecondaryRange::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_ip_cidr_range()

void google_container_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_container_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.

Parameters
[in]valueThe new value.

◆ set_status()

void google_container_api::UsableSubnetworkSecondaryRange::set_status ( const StringPiece &  value)
inline

Change the 'status' attribute.

This field is to determine the status of the secondary range programmably.

Parameters
[in]valueThe new value.

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