Class PrivatecaCaPoolIssuancePolicyBaselineValues.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyBaselineValues.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCaPoolIssuancePolicyBaselineValues,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyBaselineValues
@Stability(Stable) @Internal public static final class PrivatecaCaPoolIssuancePolicyBaselineValues.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCaPoolIssuancePolicyBaselineValues
An implementation forPrivatecaCaPoolIssuancePolicyBaselineValues
-
-
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.PrivatecaCaPoolIssuancePolicyBaselineValues
PrivatecaCaPoolIssuancePolicyBaselineValues.Builder, PrivatecaCaPoolIssuancePolicyBaselineValues.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCaPoolIssuancePolicyBaselineValues.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyBaselineValues.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)ObjectgetAdditionalExtensions()additional_extensions block.List<String>getAiaOcspServers()Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.PrivatecaCaPoolIssuancePolicyBaselineValuesCaOptionsgetCaOptions()ca_options block.PrivatecaCaPoolIssuancePolicyBaselineValuesKeyUsagegetKeyUsage()key_usage block.PrivatecaCaPoolIssuancePolicyBaselineValuesNameConstraintsgetNameConstraints()name_constraints block.ObjectgetPolicyIds()policy_ids 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(PrivatecaCaPoolIssuancePolicyBaselineValues.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyBaselineValues.Builder.
-
-
Method Detail
-
getCaOptions
public final PrivatecaCaPoolIssuancePolicyBaselineValuesCaOptions getCaOptions()
Description copied from interface:PrivatecaCaPoolIssuancePolicyBaselineValuesca_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#ca_options PrivatecaCaPool#ca_options}
- Specified by:
getCaOptionsin interfacePrivatecaCaPoolIssuancePolicyBaselineValues
-
getKeyUsage
public final PrivatecaCaPoolIssuancePolicyBaselineValuesKeyUsage getKeyUsage()
Description copied from interface:PrivatecaCaPoolIssuancePolicyBaselineValueskey_usage block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#key_usage PrivatecaCaPool#key_usage}
- Specified by:
getKeyUsagein interfacePrivatecaCaPoolIssuancePolicyBaselineValues
-
getAdditionalExtensions
public final Object getAdditionalExtensions()
Description copied from interface:PrivatecaCaPoolIssuancePolicyBaselineValuesadditional_extensions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#additional_extensions PrivatecaCaPool#additional_extensions}
- Specified by:
getAdditionalExtensionsin interfacePrivatecaCaPoolIssuancePolicyBaselineValues
-
getAiaOcspServers
public final List<String> getAiaOcspServers()
Description copied from interface:PrivatecaCaPoolIssuancePolicyBaselineValuesDescribes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#aia_ocsp_servers PrivatecaCaPool#aia_ocsp_servers}
- Specified by:
getAiaOcspServersin interfacePrivatecaCaPoolIssuancePolicyBaselineValues
-
getNameConstraints
public final PrivatecaCaPoolIssuancePolicyBaselineValuesNameConstraints getNameConstraints()
Description copied from interface:PrivatecaCaPoolIssuancePolicyBaselineValuesname_constraints block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#name_constraints PrivatecaCaPool#name_constraints}
- Specified by:
getNameConstraintsin interfacePrivatecaCaPoolIssuancePolicyBaselineValues
-
getPolicyIds
public final Object getPolicyIds()
Description copied from interface:PrivatecaCaPoolIssuancePolicyBaselineValuespolicy_ids block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#policy_ids PrivatecaCaPool#policy_ids}
- Specified by:
getPolicyIdsin interfacePrivatecaCaPoolIssuancePolicyBaselineValues
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-