Interface NetappActiveDirectoryConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    NetappActiveDirectoryConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.991Z")
    @Stability(Stable)
    public interface NetappActiveDirectoryConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getDns

        @Stability(Stable)
        @NotNull
        String getDns()
        Comma separated list of DNS server IP addresses for the Active Directory domain.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#dns NetappActiveDirectory#dns}

      • getDomain

        @Stability(Stable)
        @NotNull
        String getDomain()
        Fully qualified domain name for the Active Directory domain.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#domain NetappActiveDirectory#domain}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        Name of the region for the policy to apply to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#location NetappActiveDirectory#location}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The resource name of the Active Directory pool. Needs to be unique per location.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#name NetappActiveDirectory#name}

      • getNetBiosPrefix

        @Stability(Stable)
        @NotNull
        String getNetBiosPrefix()
        NetBIOS name prefix of the server to be created.

        A five-character random ID is generated automatically, for example, -6f9a, and appended to the prefix. The full UNC share path will have the following format: '\NetBIOS_PREFIX-ABCD.DOMAIN_NAME\SHARE_NAME' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#net_bios_prefix NetappActiveDirectory#net_bios_prefix}

      • getPassword

        @Stability(Stable)
        @NotNull
        String getPassword()
        Password for specified username.

        Note - Manual changes done to the password will not be detected. Terraform will not re-apply the password, unless you use a new password in Terraform. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#password NetappActiveDirectory#password}

      • getUsername

        @Stability(Stable)
        @NotNull
        String getUsername()
        Username for the Active Directory account with permissions to create the compute account within the specified organizational unit.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#username NetappActiveDirectory#username}

      • getAdministrators

        @Stability(Stable)
        @Nullable
        default List<String> getAdministrators()
        Domain user accounts to be added to the local Administrators group of the SMB service.

        Comma-separated list of domain users or groups. The Domain Admin group is automatically added when the service joins your domain as a hidden group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#administrators NetappActiveDirectory#administrators}

      • getAesEncryption

        @Stability(Stable)
        @Nullable
        default Object getAesEncryption()
        Enables AES-128 and AES-256 encryption for Kerberos-based communication with Active Directory.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#aes_encryption NetappActiveDirectory#aes_encryption}

      • getBackupOperators

        @Stability(Stable)
        @Nullable
        default List<String> getBackupOperators()
        Domain user/group accounts to be added to the Backup Operators group of the SMB service.

        The Backup Operators group allows members to backup and restore files regardless of whether they have read or write access to the files. Comma-separated list. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#backup_operators NetappActiveDirectory#backup_operators}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        An optional description of this resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#description NetappActiveDirectory#description}

      • getEncryptDcConnections

        @Stability(Stable)
        @Nullable
        default Object getEncryptDcConnections()
        If enabled, traffic between the SMB server to Domain Controller (DC) will be encrypted.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#encrypt_dc_connections NetappActiveDirectory#encrypt_dc_connections}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#id NetappActiveDirectory#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.

      • getKdcHostname

        @Stability(Stable)
        @Nullable
        default String getKdcHostname()
        Hostname of the Active Directory server used as Kerberos Key Distribution Center. Only requried for volumes using kerberized NFSv4.1.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#kdc_hostname NetappActiveDirectory#kdc_hostname}

      • getKdcIp

        @Stability(Stable)
        @Nullable
        default String getKdcIp()
        IP address of the Active Directory server used as Kerberos Key Distribution Center.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#kdc_ip NetappActiveDirectory#kdc_ip}

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        Labels as key value pairs. Example: '{ "owner": "Bob", "department": "finance", "purpose": "testing" }'.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#labels NetappActiveDirectory#labels}

      • getLdapSigning

        @Stability(Stable)
        @Nullable
        default Object getLdapSigning()
        Specifies whether or not the LDAP traffic needs to be signed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#ldap_signing NetappActiveDirectory#ldap_signing}

      • getNfsUsersWithLdap

        @Stability(Stable)
        @Nullable
        default Object getNfsUsersWithLdap()
        Local UNIX users on clients without valid user information in Active Directory are blocked from access to LDAP enabled volumes.

        This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#nfs_users_with_ldap NetappActiveDirectory#nfs_users_with_ldap}

      • getOrganizationalUnit

        @Stability(Stable)
        @Nullable
        default String getOrganizationalUnit()
        Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.

        Defaults to 'CN=Computers' if left empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#organizational_unit NetappActiveDirectory#organizational_unit}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#project NetappActiveDirectory#project}.
      • getSecurityOperators

        @Stability(Stable)
        @Nullable
        default List<String> getSecurityOperators()
        Domain accounts that require elevated privileges such as 'SeSecurityPrivilege' to manage security logs. Comma-separated list.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#security_operators NetappActiveDirectory#security_operators}

      • getSite

        @Stability(Stable)
        @Nullable
        default String getSite()
        Specifies an Active Directory site to manage domain controller selection.

        Use when Active Directory domain controllers in multiple regions are configured. Defaults to 'Default-First-Site-Name' if left empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#site NetappActiveDirectory#site}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default NetappActiveDirectoryTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_active_directory#timeouts NetappActiveDirectory#timeouts}