Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RegionInstanceGroupsSetNamedPortsRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fingerprint
def fingerprint() -> ::String
Returns
- (::String) — 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.
#fingerprint=
def fingerprint=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#named_ports
def named_ports() -> ::Array<::Google::Cloud::Compute::V1::NamedPort>
Returns
- (::Array<::Google::Cloud::Compute::V1::NamedPort>) — The list of named ports to set for this instance group.
#named_ports=
def named_ports=(value) -> ::Array<::Google::Cloud::Compute::V1::NamedPort>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::NamedPort>) — The list of named ports to set for this instance group.
Returns
- (::Array<::Google::Cloud::Compute::V1::NamedPort>) — The list of named ports to set for this instance group.