| compute
    v1
    | 
#include <vm_endpoint_nat_mappings.h>
 
  
 | Public Member Functions | |
| VmEndpointNatMappings (const Json::Value &storage) | |
| VmEndpointNatMappings (Json::Value *storage) | |
| virtual | ~VmEndpointNatMappings () | 
| const StringPiece | GetTypeName () const | 
| bool | has_instance_name () const | 
| void | clear_instance_name () | 
| const StringPiece | get_instance_name () const | 
| void | set_instance_name (const StringPiece &value) | 
| bool | has_interface_nat_mappings () const | 
| void | clear_interface_nat_mappings () | 
| const client::JsonCppArray< VmEndpointNatMappingsInterfaceNatMappings > | get_interface_nat_mappings () const | 
| client::JsonCppArray< VmEndpointNatMappingsInterfaceNatMappings > | mutable_interfaceNatMappings () | 
| Static Public Member Functions | |
| static VmEndpointNatMappings * | New () | 
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
| 
 | 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 'instanceName' attribute. 
| 
 | inline | 
Clears the 'interfaceNatMappings' attribute. 
| 
 | inline | 
Get the value of the 'instanceName' attribute. 
| const client::JsonCppArray<VmEndpointNatMappingsInterfaceNatMappings > google_compute_api::VmEndpointNatMappings::get_interface_nat_mappings | ( | ) | const | 
Get a reference to the value of the 'interfaceNatMappings' attribute. 
| 
 | inline | 
Returns a string denoting the type of this data object.
| 
 | inline | 
Determine if the 'instanceName' attribute was set.
instanceName' attribute was set. | 
 | inline | 
Determine if the 'interfaceNatMappings' attribute was set.
interfaceNatMappings' attribute was set. | client::JsonCppArray<VmEndpointNatMappingsInterfaceNatMappings > google_compute_api::VmEndpointNatMappings::mutable_interfaceNatMappings | ( | ) | 
Gets a reference to a mutable value of the 'interfaceNatMappings' property. 
| 
 | static | 
Creates a new default instance.
| 
 | inline | 
Change the 'instanceName' attribute.
Name of the VM instance which the endpoint belongs to.
| [in] | value | The new value. |