Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Class and Description |
---|---|
class |
CertificatesCaBundle
CA bundle from Certificates Service that should be used on the gateway for TLS validation
Note: Objects should always be created or deserialized using the CertificatesCaBundle.Builder . |
class |
CertificatesCertificateAuthority
Certificate Authority from Certificates Service that should be used on the gateway for TLS
validation
Note: Objects should always be created or deserialized using the CertificatesCertificateAuthority.Builder . |
Modifier and Type | Method and Description |
---|---|
List<CaBundle> |
Gateway.getCaBundles()
An array of CA bundles that should be used on the Gateway for TLS validation.
|
List<CaBundle> |
UpdateGatewayDetails.getCaBundles()
An array of CA bundles that should be used on the Gateway for TLS validation.
|
List<CaBundle> |
CreateGatewayDetails.getCaBundles()
An array of CA bundles that should be used on the Gateway for TLS validation.
|
Modifier and Type | Method and Description |
---|---|
Gateway.Builder |
Gateway.Builder.caBundles(List<CaBundle> caBundles)
An array of CA bundles that should be used on the Gateway for TLS validation.
|
UpdateGatewayDetails.Builder |
UpdateGatewayDetails.Builder.caBundles(List<CaBundle> caBundles)
An array of CA bundles that should be used on the Gateway for TLS validation.
|
CreateGatewayDetails.Builder |
CreateGatewayDetails.Builder.caBundles(List<CaBundle> caBundles)
An array of CA bundles that should be used on the Gateway for TLS validation.
|
Constructor and Description |
---|
CreateGatewayDetails(String displayName,
String compartmentId,
Gateway.EndpointType endpointType,
String subnetId,
List<String> networkSecurityGroupIds,
String certificateId,
ResponseCacheDetails responseCacheDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<CaBundle> caBundles)
Deprecated.
|
Gateway(String id,
String displayName,
String compartmentId,
Gateway.EndpointType endpointType,
String subnetId,
List<String> networkSecurityGroupIds,
Date timeCreated,
Date timeUpdated,
Gateway.LifecycleState lifecycleState,
String lifecycleDetails,
String hostname,
String certificateId,
List<IpAddress> ipAddresses,
ResponseCacheDetails responseCacheDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<CaBundle> caBundles)
Deprecated.
|
UpdateGatewayDetails(String displayName,
List<String> networkSecurityGroupIds,
String certificateId,
ResponseCacheDetails responseCacheDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<CaBundle> caBundles)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.