#include <subnetworks_expand_ip_cidr_range_request.h>
◆ SubnetworksExpandIpCidrRangeRequest() [1/2]
google_compute_api::SubnetworksExpandIpCidrRangeRequest::SubnetworksExpandIpCidrRangeRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~SubnetworksExpandIpCidrRangeRequest()
google_compute_api::SubnetworksExpandIpCidrRangeRequest::~SubnetworksExpandIpCidrRangeRequest |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: