Class: Google::Cloud::Container::V1beta1::SetMaintenancePolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

SetMaintenancePolicyRequest sets the maintenance policy for a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns Required. The name of the cluster to update.

Returns:

  • (::String)

    Required. The name of the cluster to update.



4858
4859
4860
4861
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4858

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

#maintenance_policy::Google::Cloud::Container::V1beta1::MaintenancePolicy

Returns Required. The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.

Returns:



4858
4859
4860
4861
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4858

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

#name::String

Returns The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format projects/*/locations/*/clusters/*.

Returns:

  • (::String)

    The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format projects/*/locations/*/clusters/*.



4858
4859
4860
4861
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4858

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

#project_id::String

Returns Required. The Google Developers Console project ID or project number.

Returns:



4858
4859
4860
4861
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4858

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

#zone::String

Returns Required. The name of the Google Compute Engine zone in which the cluster resides.

Returns:

  • (::String)

    Required. The name of the Google Compute Engine zone in which the cluster resides.



4858
4859
4860
4861
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4858

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