public interface ActiveDirectoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels for the active directory.
|
boolean |
getAesEncryption()
If enabled, AES encryption will be enabled for SMB communication.
|
String |
getBackupOperators(int index)
Users to be added to the Built-in Backup Operator active directory group.
|
com.google.protobuf.ByteString |
getBackupOperatorsBytes(int index)
Users to be added to the Built-in Backup Operator active directory group.
|
int |
getBackupOperatorsCount()
Users to be added to the Built-in Backup Operator active directory group.
|
List<String> |
getBackupOperatorsList()
Users to be added to the Built-in Backup Operator active directory group.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Description of the active directory.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the active directory.
|
String |
getDns()
Required.
|
com.google.protobuf.ByteString |
getDnsBytes()
Required.
|
String |
getDomain()
Required.
|
com.google.protobuf.ByteString |
getDomainBytes()
Required.
|
boolean |
getEncryptDcConnections()
If enabled, traffic between the SMB server to Domain Controller (DC) will
be encrypted.
|
String |
getKdcHostname()
Name of the active directory machine.
|
com.google.protobuf.ByteString |
getKdcHostnameBytes()
Name of the active directory machine.
|
String |
getKdcIp()
KDC server IP address for the active directory machine.
|
com.google.protobuf.ByteString |
getKdcIpBytes()
KDC server IP address for the active directory machine.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels for the active directory.
|
Map<String,String> |
getLabelsMap()
Labels for the active directory.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels for the active directory.
|
String |
getLabelsOrThrow(String key)
Labels for the active directory.
|
boolean |
getLdapSigning()
Specifies whether or not the LDAP traffic needs to be signed.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
String |
getNetBiosPrefix()
Required.
|
com.google.protobuf.ByteString |
getNetBiosPrefixBytes()
Required.
|
boolean |
getNfsUsersWithLdap()
If enabled, will allow access to local users and LDAP users.
|
String |
getOrganizationalUnit()
The Organizational Unit (OU) within the Windows Active Directory the user
belongs to.
|
com.google.protobuf.ByteString |
getOrganizationalUnitBytes()
The Organizational Unit (OU) within the Windows Active Directory the user
belongs to.
|
String |
getPassword()
Required.
|
com.google.protobuf.ByteString |
getPasswordBytes()
Required.
|
String |
getSecurityOperators(int index)
Domain users to be given the SeSecurityPrivilege.
|
com.google.protobuf.ByteString |
getSecurityOperatorsBytes(int index)
Domain users to be given the SeSecurityPrivilege.
|
int |
getSecurityOperatorsCount()
Domain users to be given the SeSecurityPrivilege.
|
List<String> |
getSecurityOperatorsList()
Domain users to be given the SeSecurityPrivilege.
|
String |
getSite()
The Active Directory site the service will limit Domain Controller
discovery too.
|
com.google.protobuf.ByteString |
getSiteBytes()
The Active Directory site the service will limit Domain Controller
discovery too.
|
ActiveDirectory.State |
getState()
Output only.
|
String |
getStateDetails()
Output only.
|
com.google.protobuf.ByteString |
getStateDetailsBytes()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getUsername()
Required.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Required.
|
boolean |
hasCreateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The resource name of the active directory.
Format:
`projects/{project_number}/locations/{location_id}/activeDirectories/{active_directory_id}`.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The resource name of the active directory.
Format:
`projects/{project_number}/locations/{location_id}/activeDirectories/{active_directory_id}`.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasCreateTime()
Output only. Create time of the active directory.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Create time of the active directory.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time of the active directory.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getStateValue()
Output only. The state of the AD.
.google.cloud.netapp.v1.ActiveDirectory.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ActiveDirectory.State getState()
Output only. The state of the AD.
.google.cloud.netapp.v1.ActiveDirectory.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDomain()
Required. Name of the Active Directory domain
string domain = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDomainBytes()
Required. Name of the Active Directory domain
string domain = 4 [(.google.api.field_behavior) = REQUIRED];String getSite()
The Active Directory site the service will limit Domain Controller discovery too.
string site = 5;com.google.protobuf.ByteString getSiteBytes()
The Active Directory site the service will limit Domain Controller discovery too.
string site = 5;String getDns()
Required. Comma separated list of DNS server IP addresses for the Active Directory domain.
string dns = 6 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDnsBytes()
Required. Comma separated list of DNS server IP addresses for the Active Directory domain.
string dns = 6 [(.google.api.field_behavior) = REQUIRED];String getNetBiosPrefix()
Required. NetBIOSPrefix is used as a prefix for SMB server name.
string net_bios_prefix = 7 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNetBiosPrefixBytes()
Required. NetBIOSPrefix is used as a prefix for SMB server name.
string net_bios_prefix = 7 [(.google.api.field_behavior) = REQUIRED];String getOrganizationalUnit()
The Organizational Unit (OU) within the Windows Active Directory the user belongs to.
string organizational_unit = 8;com.google.protobuf.ByteString getOrganizationalUnitBytes()
The Organizational Unit (OU) within the Windows Active Directory the user belongs to.
string organizational_unit = 8;boolean getAesEncryption()
If enabled, AES encryption will be enabled for SMB communication.
bool aes_encryption = 9;String getUsername()
Required. Username of the Active Directory domain administrator.
string username = 10 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUsernameBytes()
Required. Username of the Active Directory domain administrator.
string username = 10 [(.google.api.field_behavior) = REQUIRED];String getPassword()
Required. Password of the Active Directory domain administrator.
string password = 11 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPasswordBytes()
Required. Password of the Active Directory domain administrator.
string password = 11 [(.google.api.field_behavior) = REQUIRED];List<String> getBackupOperatorsList()
Users to be added to the Built-in Backup Operator active directory group.
repeated string backup_operators = 12;int getBackupOperatorsCount()
Users to be added to the Built-in Backup Operator active directory group.
repeated string backup_operators = 12;String getBackupOperators(int index)
Users to be added to the Built-in Backup Operator active directory group.
repeated string backup_operators = 12;index - The index of the element to return.com.google.protobuf.ByteString getBackupOperatorsBytes(int index)
Users to be added to the Built-in Backup Operator active directory group.
repeated string backup_operators = 12;index - The index of the value to return.List<String> getSecurityOperatorsList()
Domain users to be given the SeSecurityPrivilege.
repeated string security_operators = 13;int getSecurityOperatorsCount()
Domain users to be given the SeSecurityPrivilege.
repeated string security_operators = 13;String getSecurityOperators(int index)
Domain users to be given the SeSecurityPrivilege.
repeated string security_operators = 13;index - The index of the element to return.com.google.protobuf.ByteString getSecurityOperatorsBytes(int index)
Domain users to be given the SeSecurityPrivilege.
repeated string security_operators = 13;index - The index of the value to return.String getKdcHostname()
Name of the active directory machine. This optional parameter is used only while creating kerberos volume
string kdc_hostname = 14;com.google.protobuf.ByteString getKdcHostnameBytes()
Name of the active directory machine. This optional parameter is used only while creating kerberos volume
string kdc_hostname = 14;String getKdcIp()
KDC server IP address for the active directory machine.
string kdc_ip = 15;com.google.protobuf.ByteString getKdcIpBytes()
KDC server IP address for the active directory machine.
string kdc_ip = 15;boolean getNfsUsersWithLdap()
If enabled, will allow access to local users and LDAP users. If access is needed for only LDAP users, it has to be disabled.
bool nfs_users_with_ldap = 16;String getDescription()
Description of the active directory.
string description = 17;com.google.protobuf.ByteString getDescriptionBytes()
Description of the active directory.
string description = 17;boolean getLdapSigning()
Specifies whether or not the LDAP traffic needs to be signed.
bool ldap_signing = 18;boolean getEncryptDcConnections()
If enabled, traffic between the SMB server to Domain Controller (DC) will be encrypted.
bool encrypt_dc_connections = 19;int getLabelsCount()
Labels for the active directory.
map<string, string> labels = 20;boolean containsLabels(String key)
Labels for the active directory.
map<string, string> labels = 20;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels for the active directory.
map<string, string> labels = 20;String getLabelsOrDefault(String key, String defaultValue)
Labels for the active directory.
map<string, string> labels = 20;String getLabelsOrThrow(String key)
Labels for the active directory.
map<string, string> labels = 20;String getStateDetails()
Output only. The state details of the Active Directory.
string state_details = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStateDetailsBytes()
Output only. The state details of the Active Directory.
string state_details = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.