Class DataprocMetastoreServiceScalingConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceScalingConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceScalingConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceScalingConfig
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceScalingConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceScalingConfig
An implementation forDataprocMetastoreServiceScalingConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceScalingConfig
DataprocMetastoreServiceScalingConfig.Builder, DataprocMetastoreServiceScalingConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceScalingConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceScalingConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetInstanceSize()Metastore instance sizes.NumbergetScalingFactor()Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocMetastoreServiceScalingConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceScalingConfig.Builder.
-
-
Method Detail
-
getInstanceSize
public final String getInstanceSize()
Description copied from interface:DataprocMetastoreServiceScalingConfigMetastore instance sizes. Possible values: ["EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#instance_size DataprocMetastoreService#instance_size}
- Specified by:
getInstanceSizein interfaceDataprocMetastoreServiceScalingConfig
-
getScalingFactor
public final Number getScalingFactor()
Description copied from interface:DataprocMetastoreServiceScalingConfigScaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#scaling_factor DataprocMetastoreService#scaling_factor}
- Specified by:
getScalingFactorin interfaceDataprocMetastoreServiceScalingConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-