#include <region_instance_groups_set_named_ports_request.h>
◆ RegionInstanceGroupsSetNamedPortsRequest() [1/2]
google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::RegionInstanceGroupsSetNamedPortsRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RegionInstanceGroupsSetNamedPortsRequest() [2/2]
google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::RegionInstanceGroupsSetNamedPortsRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RegionInstanceGroupsSetNamedPortsRequest()
google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::~RegionInstanceGroupsSetNamedPortsRequest |
( |
| ) |
|
|
virtual |
◆ clear_fingerprint()
void google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::clear_fingerprint |
( |
| ) |
|
|
inline |
Clears the 'fingerprint
' attribute.
◆ clear_named_ports()
void google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::clear_named_ports |
( |
| ) |
|
|
inline |
Clears the 'namedPorts
' attribute.
◆ get_fingerprint()
const StringPiece google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::get_fingerprint |
( |
| ) |
const |
|
inline |
Get the value of the 'fingerprint
' attribute.
◆ get_named_ports()
const client::JsonCppArray<NamedPort > google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::get_named_ports |
( |
| ) |
const |
Get a reference to the value of the 'namedPorts
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_fingerprint()
bool google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::has_fingerprint |
( |
| ) |
const |
|
inline |
Determine if the 'fingerprint
' attribute was set.
- Returns
- true if the '
fingerprint
' attribute was set.
◆ has_named_ports()
bool google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::has_named_ports |
( |
| ) |
const |
|
inline |
Determine if the 'namedPorts
' attribute was set.
- Returns
- true if the '
namedPorts
' attribute was set.
◆ mutable_namedPorts()
client::JsonCppArray<NamedPort > google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::mutable_namedPorts |
( |
| ) |
|
Gets a reference to a mutable value of the 'namedPorts
' property.
The list of named ports to set for this instance group.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_fingerprint()
void google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::set_fingerprint |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'fingerprint
' attribute.
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
- Parameters
-
The documentation for this class was generated from the following files: