compute
v1
|
#include <usable_subnetwork_secondary_range.h>
Public Member Functions | |
UsableSubnetworkSecondaryRange (const Json::Value &storage) | |
UsableSubnetworkSecondaryRange (Json::Value *storage) | |
virtual | ~UsableSubnetworkSecondaryRange () |
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) |
bool | has_range_name () const |
void | clear_range_name () |
const StringPiece | get_range_name () const |
void | set_range_name (const StringPiece &value) |
Static Public Member Functions | |
static UsableSubnetworkSecondaryRange * | New () |
Secondary IP range of a usable subnetwork.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'ipCidrRange
' attribute.
|
inline |
Clears the 'rangeName
' attribute.
|
inline |
Get the value of the 'ipCidrRange
' attribute.
|
inline |
Get the value of the 'rangeName
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'ipCidrRange
' attribute was set.
ipCidrRange
' attribute was set.
|
inline |
Determine if the 'rangeName
' attribute was set.
rangeName
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'ipCidrRange
' attribute.
The range of IP addresses belonging to this subnetwork secondary range.
[in] | value | The new 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.
[in] | value | The new value. |