|
compute
v1
|
#include <router_status_nat_status.h>
Static Public Member Functions | |
| static RouterStatusNatStatus * | New () |
Status of a NAT contained in this router. Next tag: 9.
|
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 'autoAllocatedNatIps' attribute.
|
inline |
Clears the 'minExtraNatIpsNeeded' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'numVmEndpointsWithNatMappings' attribute.
|
inline |
Clears the 'userAllocatedNatIpResources' attribute.
|
inline |
Clears the 'userAllocatedNatIps' attribute.
|
inline |
Get a reference to the value of the 'autoAllocatedNatIps' attribute.
|
inline |
Get the value of the 'minExtraNatIpsNeeded' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Get the value of the 'numVmEndpointsWithNatMappings' attribute.
|
inline |
Get a reference to the value of the 'userAllocatedNatIpResources' attribute.
|
inline |
Get a reference to the value of the 'userAllocatedNatIps' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'autoAllocatedNatIps' attribute was set.
autoAllocatedNatIps' attribute was set.
|
inline |
Determine if the 'minExtraNatIpsNeeded' attribute was set.
minExtraNatIpsNeeded' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
inline |
Determine if the 'numVmEndpointsWithNatMappings' attribute was set.
numVmEndpointsWithNatMappings' attribute was set.
|
inline |
Determine if the 'userAllocatedNatIpResources' attribute was set.
userAllocatedNatIpResources' attribute was set.
|
inline |
Determine if the 'userAllocatedNatIps' attribute was set.
userAllocatedNatIps' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'autoAllocatedNatIps' property.
A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"].
|
inline |
Gets a reference to a mutable value of the 'userAllocatedNatIpResources' property.
A list of fully qualified URLs of reserved IP address resources.
|
inline |
Gets a reference to a mutable value of the 'userAllocatedNatIps' property.
A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".
|
static |
Creates a new default instance.
|
inline |
Change the 'minExtraNatIpsNeeded' attribute.
The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is not used.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
Unique name of this NAT.
| [in] | value | The new value. |
|
inline |
Change the 'numVmEndpointsWithNatMappings' attribute.
Number of VM endpoints (i.e., Nics) that can use NAT.
| [in] | value | The new value. |