Uses of Class
com.oracle.bmc.integration.model.AddOracleManagedCustomEndpointDetails.DnsType
-
Packages that use AddOracleManagedCustomEndpointDetails.DnsType Package Description com.oracle.bmc.integration.model -
-
Uses of AddOracleManagedCustomEndpointDetails.DnsType in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return AddOracleManagedCustomEndpointDetails.DnsType Modifier and Type Method Description static AddOracleManagedCustomEndpointDetails.DnsType
AddOracleManagedCustomEndpointDetails.DnsType. create(String key)
AddOracleManagedCustomEndpointDetails.DnsType
AddOracleManagedCustomEndpointDetails. getDnsType()
Type of DNS.static AddOracleManagedCustomEndpointDetails.DnsType
AddOracleManagedCustomEndpointDetails.DnsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddOracleManagedCustomEndpointDetails.DnsType[]
AddOracleManagedCustomEndpointDetails.DnsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.integration.model with parameters of type AddOracleManagedCustomEndpointDetails.DnsType Modifier and Type Method Description AddOracleManagedCustomEndpointDetails.Builder
AddOracleManagedCustomEndpointDetails.Builder. dnsType(AddOracleManagedCustomEndpointDetails.DnsType dnsType)
Type of DNS.Constructors in com.oracle.bmc.integration.model with parameters of type AddOracleManagedCustomEndpointDetails.DnsType Constructor Description AddOracleManagedCustomEndpointDetails(String hostname, AddOracleManagedCustomEndpointDetails.DnsType dnsType, String dnsZoneName)
Deprecated.
-