Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Method and Description |
---|---|
static CustomEndpointDetails.ManagedType |
CustomEndpointDetails.ManagedType.create(String key) |
CustomEndpointDetails.ManagedType |
CustomEndpointDetails.getManagedType()
Indicates if custom endpoint is managed by oracle or customer.
|
static CustomEndpointDetails.ManagedType |
CustomEndpointDetails.ManagedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomEndpointDetails.ManagedType[] |
CustomEndpointDetails.ManagedType.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.managedType(CustomEndpointDetails.ManagedType managedType)
Indicates if custom endpoint is managed by oracle or customer.
|
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.