#include <alias_ip_range.h>
An alias IP range attached to an instance's network interface.
◆ AliasIpRange() [1/2]
google_compute_api::AliasIpRange::AliasIpRange |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ AliasIpRange() [2/2]
google_compute_api::AliasIpRange::AliasIpRange |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~AliasIpRange()
google_compute_api::AliasIpRange::~AliasIpRange |
( |
| ) |
|
|
virtual |
◆ clear_ip_cidr_range()
void google_compute_api::AliasIpRange::clear_ip_cidr_range |
( |
| ) |
|
|
inline |
Clears the 'ipCidrRange
' attribute.
◆ clear_subnetwork_range_name()
void google_compute_api::AliasIpRange::clear_subnetwork_range_name |
( |
| ) |
|
|
inline |
Clears the 'subnetworkRangeName
' attribute.
◆ get_ip_cidr_range()
const StringPiece google_compute_api::AliasIpRange::get_ip_cidr_range |
( |
| ) |
const |
|
inline |
Get the value of the 'ipCidrRange
' attribute.
◆ get_subnetwork_range_name()
const StringPiece google_compute_api::AliasIpRange::get_subnetwork_range_name |
( |
| ) |
const |
|
inline |
Get the value of the 'subnetworkRangeName
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::AliasIpRange::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ip_cidr_range()
bool google_compute_api::AliasIpRange::has_ip_cidr_range |
( |
| ) |
const |
|
inline |
Determine if the 'ipCidrRange
' attribute was set.
- Returns
- true if the '
ipCidrRange
' attribute was set.
◆ has_subnetwork_range_name()
bool google_compute_api::AliasIpRange::has_subnetwork_range_name |
( |
| ) |
const |
|
inline |
Determine if the 'subnetworkRangeName
' attribute was set.
- Returns
- true if the '
subnetworkRangeName
' 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::AliasIpRange::set_ip_cidr_range |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'ipCidrRange
' attribute.
The IP CIDR range represented by this alias IP range. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (e.g. 10.2.3.4), a netmask (e.g. /24) or a CIDR format string (e.g. 10.1.2.0/24).
- Parameters
-
◆ set_subnetwork_range_name()
void google_compute_api::AliasIpRange::set_subnetwork_range_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'subnetworkRangeName
' attribute.
Optional subnetwork secondary range name specifying the secondary range from which to allocate the IP CIDR range for this alias IP range. If left unspecified, the primary range of the subnetwork will be used.
- Parameters
-
The documentation for this class was generated from the following files: