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

#include <subnetworks_expand_ip_cidr_range_request.h>

Inheritance diagram for google_compute_api::SubnetworksExpandIpCidrRangeRequest:

Public Member Functions

 SubnetworksExpandIpCidrRangeRequest (const Json::Value &storage)
 
 SubnetworksExpandIpCidrRangeRequest (Json::Value *storage)
 
virtual ~SubnetworksExpandIpCidrRangeRequest ()
 
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)
 

Static Public Member Functions

static SubnetworksExpandIpCidrRangeRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ SubnetworksExpandIpCidrRangeRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SubnetworksExpandIpCidrRangeRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SubnetworksExpandIpCidrRangeRequest()

google_compute_api::SubnetworksExpandIpCidrRangeRequest::~SubnetworksExpandIpCidrRangeRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ip_cidr_range()

void google_compute_api::SubnetworksExpandIpCidrRangeRequest::clear_ip_cidr_range ( )
inline

Clears the 'ipCidrRange' attribute.

◆ get_ip_cidr_range()

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

Get the value of the 'ipCidrRange' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::SubnetworksExpandIpCidrRangeRequest

◆ has_ip_cidr_range()

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

Determine if the 'ipCidrRange' attribute was set.

Returns
true if the 'ipCidrRange' attribute was set.

◆ New()

SubnetworksExpandIpCidrRangeRequest * google_compute_api::SubnetworksExpandIpCidrRangeRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_ip_cidr_range()

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

Change the 'ipCidrRange' attribute.

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

Parameters
[in]valueThe new value.

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