Class: Google::Cloud::Compute::V1::RegionInstanceGroupsSetNamedPortsRequest

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.

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.



20034
20035
20036
20037
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20034

class RegionInstanceGroupsSetNamedPortsRequest
  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:



20034
20035
20036
20037
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20034

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