Uses of Class
com.oracle.bmc.apigateway.model.Gateway.EndpointType
-
Packages that use Gateway.EndpointType Package Description com.oracle.bmc.apigateway.model -
-
Uses of Gateway.EndpointType in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Gateway.EndpointType Modifier and Type Method Description static Gateway.EndpointType
Gateway.EndpointType. create(String key)
Gateway.EndpointType
CreateGatewayDetails. getEndpointType()
Gateway endpoint type.Gateway.EndpointType
Gateway. getEndpointType()
Gateway endpoint type.Gateway.EndpointType
GatewaySummary. 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.Methods in com.oracle.bmc.apigateway.model with parameters of type Gateway.EndpointType Modifier and Type Method Description CreateGatewayDetails.Builder
CreateGatewayDetails.Builder. endpointType(Gateway.EndpointType endpointType)
Gateway endpoint type.Gateway.Builder
Gateway.Builder. endpointType(Gateway.EndpointType endpointType)
Gateway endpoint type.GatewaySummary.Builder
GatewaySummary.Builder. endpointType(Gateway.EndpointType endpointType)
Gateway endpoint type.Constructors in com.oracle.bmc.apigateway.model with parameters of type Gateway.EndpointType Constructor Description CreateGatewayDetails(String displayName, String compartmentId, Gateway.EndpointType endpointType, String subnetId, List<String> networkSecurityGroupIds, String certificateId, ResponseCacheDetails responseCacheDetails, List<AddResourceLockDetails> locks, 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, List<ResourceLock> locks, String hostname, String certificateId, List<IpAddress> ipAddresses, ResponseCacheDetails responseCacheDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, 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, List<ResourceLock> locks, String hostname, String certificateId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-