Class SecureSourceManagerInstancePrivateConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.secure_source_manager_instance.SecureSourceManagerInstancePrivateConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SecureSourceManagerInstancePrivateConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecureSourceManagerInstancePrivateConfig
@Stability(Stable) @Internal public static final class SecureSourceManagerInstancePrivateConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecureSourceManagerInstancePrivateConfig
An implementation forSecureSourceManagerInstancePrivateConfig
-
-
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.secure_source_manager_instance.SecureSourceManagerInstancePrivateConfig
SecureSourceManagerInstancePrivateConfig.Builder, SecureSourceManagerInstancePrivateConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecureSourceManagerInstancePrivateConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSecureSourceManagerInstancePrivateConfig.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)StringgetCaPool()CA pool resource, resource must in the format of 'projects/{project}/locations/{location}/caPools/{ca_pool}'.ObjectgetIsPrivate()'Indicate if it's private instance.'.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(SecureSourceManagerInstancePrivateConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecureSourceManagerInstancePrivateConfig.Builder.
-
-
Method Detail
-
getCaPool
public final String getCaPool()
Description copied from interface:SecureSourceManagerInstancePrivateConfigCA pool resource, resource must in the format of 'projects/{project}/locations/{location}/caPools/{ca_pool}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#ca_pool SecureSourceManagerInstance#ca_pool}
- Specified by:
getCaPoolin interfaceSecureSourceManagerInstancePrivateConfig
-
getIsPrivate
public final Object getIsPrivate()
Description copied from interface:SecureSourceManagerInstancePrivateConfig'Indicate if it's private instance.'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#is_private SecureSourceManagerInstance#is_private}
- Specified by:
getIsPrivatein interfaceSecureSourceManagerInstancePrivateConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-