ManagedInstanceDtcProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ManagedInstanceDtcProperties
- com.
Implements
public final class ManagedInstanceDtcProperties
implements JsonSerializable<ManagedInstanceDtcProperties>
The properties of managed instance DTC.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedInstanceDtcProperties() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
dtcEnabled()
Get the dtc |
| String |
dtcHostnameDnsSuffix()
Get the dtc |
| List<String> |
externalDnsSuffixSearchList()
Get the external |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Managed |
securitySettings()
Get the security |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withDtcEnabled(Boolean dtcEnabled)
Set the dtc |
|
Managed |
withExternalDnsSuffixSearchList(List<String> externalDnsSuffixSearchList)
Set the external |
|
Managed |
withSecuritySettings(ManagedInstanceDtcSecuritySettings securitySettings)
Set the security |
Methods inherited from java.lang.Object
Constructor Details
ManagedInstanceDtcProperties
public ManagedInstanceDtcProperties()
Creates an instance of ManagedInstanceDtcProperties class.
Method Details
dtcEnabled
public Boolean dtcEnabled()
Get the dtcEnabled property: Active status of managed instance DTC.
Returns:
dtcHostnameDnsSuffix
public String dtcHostnameDnsSuffix()
Get the dtcHostnameDnsSuffix property: Host name dns suffix of managed instance DTC.
Returns:
externalDnsSuffixSearchList
public List<String> externalDnsSuffixSearchList()
Get the externalDnsSuffixSearchList property: External dns suffix search list of managed instance DTC.
Returns:
fromJson
public static ManagedInstanceDtcProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstanceDtcProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of managed instance DTC.
Returns:
securitySettings
public ManagedInstanceDtcSecuritySettings securitySettings()
Get the securitySettings property: Security settings of managed instance DTC.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDtcEnabled
public ManagedInstanceDtcProperties withDtcEnabled(Boolean dtcEnabled)
Set the dtcEnabled property: Active status of managed instance DTC.
Parameters:
Returns:
withExternalDnsSuffixSearchList
public ManagedInstanceDtcProperties withExternalDnsSuffixSearchList(List<String> externalDnsSuffixSearchList)
Set the externalDnsSuffixSearchList property: External dns suffix search list of managed instance DTC.
Parameters:
Returns:
withSecuritySettings
public ManagedInstanceDtcProperties withSecuritySettings(ManagedInstanceDtcSecuritySettings securitySettings)
Set the securitySettings property: Security settings of managed instance DTC.
Parameters:
Returns: