Class CfnDomain.NodeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomain.NodeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.NodeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.NodeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.NodeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.NodeConfigProperty
An implementation for
CfnDomain.NodeConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomain.NodeConfigProperty
CfnDomain.NodeConfigProperty.Builder, CfnDomain.NodeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.NodeConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumbergetCount()The number of nodes of a specific type within the cluster.final ObjectA boolean value indicating whether a specific node type is active or inactive.final StringgetType()The instance type of a particular node within the cluster.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnDomain.NodeConfigProperty.Builder.
-
-
Method Details
-
getCount
Description copied from interface:CfnDomain.NodeConfigPropertyThe number of nodes of a specific type within the cluster.- Specified by:
getCountin interfaceCfnDomain.NodeConfigProperty- See Also:
-
getEnabled
Description copied from interface:CfnDomain.NodeConfigPropertyA boolean value indicating whether a specific node type is active or inactive.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDomain.NodeConfigProperty- See Also:
-
getType
Description copied from interface:CfnDomain.NodeConfigPropertyThe instance type of a particular node within the cluster.- Specified by:
getTypein interfaceCfnDomain.NodeConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-