Uses of Class
com.oracle.bmc.integration.model.CustomEndpointDetails.DnsType
-
Packages that use CustomEndpointDetails.DnsType Package Description com.oracle.bmc.integration.model -
-
Uses of CustomEndpointDetails.DnsType in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return CustomEndpointDetails.DnsType Modifier and Type Method Description static CustomEndpointDetails.DnsTypeCustomEndpointDetails.DnsType. create(String key)CustomEndpointDetails.DnsTypeCustomEndpointDetails. getDnsType()Type of DNS.static CustomEndpointDetails.DnsTypeCustomEndpointDetails.DnsType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomEndpointDetails.DnsType[]CustomEndpointDetails.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 CustomEndpointDetails.DnsType Modifier and Type Method Description CustomEndpointDetails.BuilderCustomEndpointDetails.Builder. dnsType(CustomEndpointDetails.DnsType dnsType)Type of DNS.Constructors in com.oracle.bmc.integration.model with parameters of type CustomEndpointDetails.DnsType Constructor Description CustomEndpointDetails(String hostname, CustomEndpointDetails.ManagedType managedType, String dnsZoneName, CustomEndpointDetails.DnsType dnsType, String certificateSecretId, Integer certificateSecretVersion, String alias)Deprecated.
-