Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
IngressGatewayMutualTransportLayerSecurity |
IngressGatewayMutualTransportLayerSecurity.Builder.build() |
IngressGatewayMutualTransportLayerSecurity |
IngressGateway.getMtls() |
Modifier and Type | Method and Description |
---|---|
IngressGatewayMutualTransportLayerSecurity.Builder |
IngressGatewayMutualTransportLayerSecurity.Builder.copy(IngressGatewayMutualTransportLayerSecurity model) |
IngressGateway.Builder |
IngressGateway.Builder.mtls(IngressGatewayMutualTransportLayerSecurity mtls) |
Constructor and Description |
---|
IngressGateway(String id,
String name,
String description,
String meshId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
List<IngressGatewayHost> hosts,
IngressGatewayMutualTransportLayerSecurity mtls,
AccessLoggingConfiguration accessLogging,
IngressGateway.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.