Class: Google::Cloud::Compute::V1::InstanceGroupsSetNamedPortsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprint::String

Returns 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. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.

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. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.



14613
14614
14615
14616
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14613

class InstanceGroupsSetNamedPortsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#named_ports::Array<::Google::Cloud::Compute::V1::NamedPort>

Returns The list of named ports to set for this instance group.

Returns:



14613
14614
14615
14616
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14613

class InstanceGroupsSetNamedPortsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end