Class ApigeeTargetServerSSlInfoCommonName.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_target_server.ApigeeTargetServerSSlInfoCommonName.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeTargetServerSSlInfoCommonName,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeTargetServerSSlInfoCommonName
@Stability(Stable) @Internal public static final class ApigeeTargetServerSSlInfoCommonName.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeTargetServerSSlInfoCommonName
An implementation forApigeeTargetServerSSlInfoCommonName
-
-
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.apigee_target_server.ApigeeTargetServerSSlInfoCommonName
ApigeeTargetServerSSlInfoCommonName.Builder, ApigeeTargetServerSSlInfoCommonName.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeTargetServerSSlInfoCommonName.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeTargetServerSSlInfoCommonName.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)StringgetValue()The TLS Common Name string of the certificate.ObjectgetWildcardMatch()Indicates whether the cert should be matched against as a wildcard cert.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(ApigeeTargetServerSSlInfoCommonName.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeTargetServerSSlInfoCommonName.Builder.
-
-
Method Detail
-
getValue
public final String getValue()
Description copied from interface:ApigeeTargetServerSSlInfoCommonNameThe TLS Common Name string of the certificate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#value ApigeeTargetServer#value}
- Specified by:
getValuein interfaceApigeeTargetServerSSlInfoCommonName
-
getWildcardMatch
public final Object getWildcardMatch()
Description copied from interface:ApigeeTargetServerSSlInfoCommonNameIndicates whether the cert should be matched against as a wildcard cert.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#wildcard_match ApigeeTargetServer#wildcard_match}
- Specified by:
getWildcardMatchin interfaceApigeeTargetServerSSlInfoCommonName
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-