Class PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCaPoolIssuancePolicyAllowedKeyTypes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyAllowedKeyTypes
@Stability(Stable) @Internal public static final class PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCaPoolIssuancePolicyAllowedKeyTypes
An implementation forPrivatecaCaPoolIssuancePolicyAllowedKeyTypes
-
-
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.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyAllowedKeyTypes
PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder, PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyAllowedKeyTypes.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)PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurvegetEllipticCurve()elliptic_curve block.PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsagetRsa()rsa block.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(PrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyAllowedKeyTypes.Builder.
-
-
Method Detail
-
getEllipticCurve
public final PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve getEllipticCurve()
Description copied from interface:PrivatecaCaPoolIssuancePolicyAllowedKeyTypeselliptic_curve block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#elliptic_curve PrivatecaCaPool#elliptic_curve}
- Specified by:
getEllipticCurvein interfacePrivatecaCaPoolIssuancePolicyAllowedKeyTypes
-
getRsa
public final PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa getRsa()
Description copied from interface:PrivatecaCaPoolIssuancePolicyAllowedKeyTypesrsa block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#rsa PrivatecaCaPool#rsa}
- Specified by:
getRsain interfacePrivatecaCaPoolIssuancePolicyAllowedKeyTypes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-