Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Method and Description |
---|---|
static CustomEndpointDetails.DnsType |
CustomEndpointDetails.DnsType.create(String key) |
CustomEndpointDetails.DnsType |
CustomEndpointDetails.getDnsType()
Type of DNS.
|
static CustomEndpointDetails.DnsType |
CustomEndpointDetails.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.
|
Modifier and Type | Method and Description |
---|---|
CustomEndpointDetails.Builder |
CustomEndpointDetails.Builder.dnsType(CustomEndpointDetails.DnsType dnsType)
Type of DNS.
|
Constructor and Description |
---|
CustomEndpointDetails(String hostname,
CustomEndpointDetails.ManagedType managedType,
String dnsZoneName,
CustomEndpointDetails.DnsType dnsType,
String certificateSecretId,
Integer certificateSecretVersion,
String alias)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.