Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AddOracleManagedCustomEndpointDetails.Builder |
AddOracleManagedCustomEndpointDetails.Builder.dnsType(AddOracleManagedCustomEndpointDetails.DnsType dnsType)
Type of DNS.
|
Constructor and Description |
---|
AddOracleManagedCustomEndpointDetails(String hostname,
AddOracleManagedCustomEndpointDetails.DnsType dnsType,
String dnsZoneName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.