ManagedInstanceDtcInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedInstanceDtcInner
- com.
- com.
public final class ManagedInstanceDtcInner
extends ProxyResource
SQL Managed Instance DTC.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedInstanceDtcInner() |
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 |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Managed |
securitySettings()
Get the security |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| 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 ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedInstanceDtcInner
public ManagedInstanceDtcInner()
Creates an instance of ManagedInstanceDtcInner 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 ManagedInstanceDtcInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstanceDtcInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedInstanceDtcInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedInstanceDtcInner.name()Returns:
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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedInstanceDtcInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedInstanceDtcInner.type()Returns:
validate
public void validate()
Validates the instance.
withDtcEnabled
public ManagedInstanceDtcInner withDtcEnabled(Boolean dtcEnabled)
Set the dtcEnabled property: Active status of managed instance DTC.
Parameters:
Returns:
withExternalDnsSuffixSearchList
public ManagedInstanceDtcInner withExternalDnsSuffixSearchList(List<String> externalDnsSuffixSearchList)
Set the externalDnsSuffixSearchList property: External dns suffix search list of managed instance DTC.
Parameters:
Returns:
withSecuritySettings
public ManagedInstanceDtcInner withSecuritySettings(ManagedInstanceDtcSecuritySettings securitySettings)
Set the securitySettings property: Security settings of managed instance DTC.
Parameters:
Returns: