Package | Description |
---|---|
com.oracle.bmc.analytics.model |
Modifier and Type | Method and Description |
---|---|
static AccessControlServiceType |
AccessControlServiceType.create(String key) |
static AccessControlServiceType |
AccessControlServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessControlServiceType[] |
AccessControlServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<AccessControlServiceType> |
PublicEndpointDetails.getWhitelistedServices()
Oracle Cloud Services that are allowed to access this Analytics instance.
|
Modifier and Type | Method and Description |
---|---|
PublicEndpointDetails.Builder |
PublicEndpointDetails.Builder.whitelistedServices(List<AccessControlServiceType> whitelistedServices)
Oracle Cloud Services that are allowed to access this Analytics instance.
|
Constructor and Description |
---|
PublicEndpointDetails(List<String> whitelistedIps,
List<VirtualCloudNetwork> whitelistedVcns,
List<AccessControlServiceType> whitelistedServices)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.