Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static Gateway.EndpointType |
Gateway.EndpointType.create(String key) |
Gateway.EndpointType |
GatewaySummary.getEndpointType()
Gateway endpoint type.
|
Gateway.EndpointType |
Gateway.getEndpointType()
Gateway endpoint type.
|
Gateway.EndpointType |
CreateGatewayDetails.getEndpointType()
Gateway endpoint type.
|
static Gateway.EndpointType |
Gateway.EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gateway.EndpointType[] |
Gateway.EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GatewaySummary.Builder |
GatewaySummary.Builder.endpointType(Gateway.EndpointType endpointType)
Gateway endpoint type.
|
Gateway.Builder |
Gateway.Builder.endpointType(Gateway.EndpointType endpointType)
Gateway endpoint type.
|
CreateGatewayDetails.Builder |
CreateGatewayDetails.Builder.endpointType(Gateway.EndpointType endpointType)
Gateway endpoint type.
|
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.
|
GatewaySummary(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,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.