Class ActiveDirectoryDomainTrustConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.active_directory_domain_trust.ActiveDirectoryDomainTrustConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ActiveDirectoryDomainTrustConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ActiveDirectoryDomainTrustConfig
@Stability(Stable) @Internal public static final class ActiveDirectoryDomainTrustConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ActiveDirectoryDomainTrustConfig
An implementation forActiveDirectoryDomainTrustConfig
-
-
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.active_directory_domain_trust.ActiveDirectoryDomainTrustConfig
ActiveDirectoryDomainTrustConfig.Builder, ActiveDirectoryDomainTrustConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ActiveDirectoryDomainTrustConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theActiveDirectoryDomainTrustConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDomain()The fully qualified domain name.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#id ActiveDirectoryDomainTrust#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#project ActiveDirectoryDomainTrust#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetSelectiveAuthentication()Whether the trusted side has forest/domain wide access or selective access to an approved set of resources.List<String>getTargetDnsIpAddresses()The target DNS server IP addresses which can resolve the remote domain involved in the trust.StringgetTargetDomainName()The fully qualified target domain name which will be in trust with the current domain.ActiveDirectoryDomainTrustTimeoutsgetTimeouts()timeouts block.StringgetTrustDirection()The trust direction, which decides if the current domain is trusted, trusting, or both.StringgetTrustHandshakeSecret()The trust secret used for the handshake with the target domain.StringgetTrustType()The type of trust represented by the trust resource.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(ActiveDirectoryDomainTrustConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theActiveDirectoryDomainTrustConfig.Builder.
-
-
Method Detail
-
getDomain
public final String getDomain()
Description copied from interface:ActiveDirectoryDomainTrustConfigThe fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#domain ActiveDirectoryDomainTrust#domain}
- Specified by:
getDomainin interfaceActiveDirectoryDomainTrustConfig
-
getTargetDnsIpAddresses
public final List<String> getTargetDnsIpAddresses()
Description copied from interface:ActiveDirectoryDomainTrustConfigThe target DNS server IP addresses which can resolve the remote domain involved in the trust.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#target_dns_ip_addresses ActiveDirectoryDomainTrust#target_dns_ip_addresses}
- Specified by:
getTargetDnsIpAddressesin interfaceActiveDirectoryDomainTrustConfig
-
getTargetDomainName
public final String getTargetDomainName()
Description copied from interface:ActiveDirectoryDomainTrustConfigThe fully qualified target domain name which will be in trust with the current domain.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#target_domain_name ActiveDirectoryDomainTrust#target_domain_name}
- Specified by:
getTargetDomainNamein interfaceActiveDirectoryDomainTrustConfig
-
getTrustDirection
public final String getTrustDirection()
Description copied from interface:ActiveDirectoryDomainTrustConfigThe trust direction, which decides if the current domain is trusted, trusting, or both. Possible values: ["INBOUND", "OUTBOUND", "BIDIRECTIONAL"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#trust_direction ActiveDirectoryDomainTrust#trust_direction}
- Specified by:
getTrustDirectionin interfaceActiveDirectoryDomainTrustConfig
-
getTrustHandshakeSecret
public final String getTrustHandshakeSecret()
Description copied from interface:ActiveDirectoryDomainTrustConfigThe trust secret used for the handshake with the target domain. This will not be stored.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#trust_handshake_secret ActiveDirectoryDomainTrust#trust_handshake_secret}
- Specified by:
getTrustHandshakeSecretin interfaceActiveDirectoryDomainTrustConfig
-
getTrustType
public final String getTrustType()
Description copied from interface:ActiveDirectoryDomainTrustConfigThe type of trust represented by the trust resource. Possible values: ["FOREST", "EXTERNAL"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#trust_type ActiveDirectoryDomainTrust#trust_type}
- Specified by:
getTrustTypein interfaceActiveDirectoryDomainTrustConfig
-
getId
public final String getId()
Description copied from interface:ActiveDirectoryDomainTrustConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#id ActiveDirectoryDomainTrust#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceActiveDirectoryDomainTrustConfig
-
getProject
public final String getProject()
Description copied from interface:ActiveDirectoryDomainTrustConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#project ActiveDirectoryDomainTrust#project}.- Specified by:
getProjectin interfaceActiveDirectoryDomainTrustConfig
-
getSelectiveAuthentication
public final Object getSelectiveAuthentication()
Description copied from interface:ActiveDirectoryDomainTrustConfigWhether the trusted side has forest/domain wide access or selective access to an approved set of resources.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#selective_authentication ActiveDirectoryDomainTrust#selective_authentication}
- Specified by:
getSelectiveAuthenticationin interfaceActiveDirectoryDomainTrustConfig
-
getTimeouts
public final ActiveDirectoryDomainTrustTimeouts getTimeouts()
Description copied from interface:ActiveDirectoryDomainTrustConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/active_directory_domain_trust#timeouts ActiveDirectoryDomainTrust#timeouts}
- Specified by:
getTimeoutsin interfaceActiveDirectoryDomainTrustConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-