#include <usable_subnetwork_secondary_range.h>
Secondary IP range of a usable subnetwork.
◆ UsableSubnetworkSecondaryRange() [1/2]
google_container_api::UsableSubnetworkSecondaryRange::UsableSubnetworkSecondaryRange |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~UsableSubnetworkSecondaryRange()
google_container_api::UsableSubnetworkSecondaryRange::~UsableSubnetworkSecondaryRange |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: