#include <subnetwork_secondary_range.h>
Represents a secondary IP range of a subnetwork.
◆ SubnetworkSecondaryRange() [1/2]
google_compute_api::SubnetworkSecondaryRange::SubnetworkSecondaryRange |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SubnetworkSecondaryRange() [2/2]
google_compute_api::SubnetworkSecondaryRange::SubnetworkSecondaryRange |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SubnetworkSecondaryRange()
google_compute_api::SubnetworkSecondaryRange::~SubnetworkSecondaryRange |
( |
| ) |
|
|
virtual |
◆ clear_ip_cidr_range()
void google_compute_api::SubnetworkSecondaryRange::clear_ip_cidr_range |
( |
| ) |
|
|
inline |
Clears the 'ipCidrRange
' attribute.
◆ clear_range_name()
void google_compute_api::SubnetworkSecondaryRange::clear_range_name |
( |
| ) |
|
|
inline |
Clears the 'rangeName
' attribute.
◆ get_ip_cidr_range()
const StringPiece google_compute_api::SubnetworkSecondaryRange::get_ip_cidr_range |
( |
| ) |
const |
|
inline |
Get the value of the 'ipCidrRange
' attribute.
◆ get_range_name()
const StringPiece google_compute_api::SubnetworkSecondaryRange::get_range_name |
( |
| ) |
const |
|
inline |
Get the value of the 'rangeName
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::SubnetworkSecondaryRange::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ip_cidr_range()
bool google_compute_api::SubnetworkSecondaryRange::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::SubnetworkSecondaryRange::has_range_name |
( |
| ) |
const |
|
inline |
Determine if the 'rangeName
' attribute was set.
- Returns
- true if the '
rangeName
' 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::SubnetworkSecondaryRange::set_ip_cidr_range |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'ipCidrRange
' attribute.
The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported.
- Parameters
-
◆ set_range_name()
void google_compute_api::SubnetworkSecondaryRange::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
-
The documentation for this class was generated from the following files: