lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb in google-cloud-dataproc-0.5.1 vs lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb in google-cloud-dataproc-0.6.0

- old
+ new

@@ -240,11 +240,11 @@ # @!attribute [rw] reservation_affinity # @return [Google::Cloud::Dataproc::V1beta2::ReservationAffinity] # Optional. Reservation Affinity for consuming Zonal reservation. class GceClusterConfig; end - # Optional. The config settings for Compute Engine resources in + # The config settings for Compute Engine resources in # an instance group, such as a master or worker group. # @!attribute [rw] num_instances # @return [Integer] # Optional. The number of VM instances in the instance group. # For master instance groups, must be set to 1. @@ -286,16 +286,13 @@ # This is only used for preemptible instance groups. # @!attribute [rw] accelerators # @return [Array<Google::Cloud::Dataproc::V1beta2::AcceleratorConfig>] # Optional. The Compute Engine accelerator configuration for these # instances. - # - # **Beta Feature**: This feature is still under development. It may be - # changed before final release. # @!attribute [rw] min_cpu_platform # @return [String] - # Optional. Specifies the minimum cpu platform for the Instance Group. + # Specifies the minimum cpu platform for the Instance Group. # See [Cloud Dataproc&rarr;Minimum CPU Platform] # (/dataproc/docs/concepts/compute/dataproc-min-cpu). class InstanceGroupConfig; end # Specifies the resources used to actively manage an instance group. @@ -341,11 +338,11 @@ # @!attribute [rw] boot_disk_size_gb # @return [Integer] # Optional. Size in GB of the boot disk (default is 500GB). # @!attribute [rw] num_local_ssds # @return [Integer] - # Optional. Number of attached SSDs, from 0 to 4 (default is 0). + # Number of attached SSDs, from 0 to 4 (default is 0). # If SSDs are not attached, the boot disk is used to store runtime logs and # [HDFS](https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. # If one or more SSDs are attached, this runtime bulk # data is spread across them, and the boot disk contains only basic # config and installed binaries. @@ -367,10 +364,14 @@ # @return [Google::Protobuf::Duration] # Optional. The lifetime duration of cluster. The cluster will be # auto-deleted at the end of this period. Valid range: **[10m, 14d]**. # # Example: **"1d"**, to delete the cluster 1 day after its creation.. + # @!attribute [rw] idle_start_time + # @return [Google::Protobuf::Timestamp] + # Output only. The time when cluster became idle (most recent job finished) + # and became eligible for deletion due to idleness. class LifecycleConfig; end # Security related configuration, including encryption, Kerberos, etc. # @!attribute [rw] kerberos_config # @return [Google::Cloud::Dataproc::V1beta2::KerberosConfig] @@ -438,10 +439,14 @@ # @!attribute [rw] tgt_lifetime_hours # @return [Integer] # Optional. The lifetime of the ticket granting ticket, in hours. # If not specified, or user specifies 0, then default value 10 # will be used. + # @!attribute [rw] realm + # @return [String] + # Optional. The name of the on-cluster Kerberos realm. + # If not specified, the uppercased domain of hostnames will be the realm. class KerberosConfig; end # Specifies an executable to run on a fully configured node and a # timeout period for executable completion. # @!attribute [rw] executable_file @@ -736,10 +741,10 @@ # @!attribute [rw] region # @return [String] # Required. The Cloud Dataproc region in which to handle the request. # @!attribute [rw] filter # @return [String] - # Optional. A filter constraining the clusters to list. Filters are + # Optional. A filter constraining the clusters to list. Filters are # case-sensitive and have the following syntax: # # field = value [AND [field = value]] ... # # where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`, \ No newline at end of file