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.EndpointTypeGateway.EndpointType. create(String key)Gateway.EndpointTypeCreateGatewayDetails. getEndpointType()Gateway endpoint type.Gateway.EndpointTypeGateway. getEndpointType()Gateway endpoint type.Gateway.EndpointTypeGatewaySummary. getEndpointType()Gateway endpoint type.static Gateway.EndpointTypeGateway.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.BuilderCreateGatewayDetails.Builder. endpointType(Gateway.EndpointType endpointType)Gateway endpoint type.Gateway.BuilderGateway.Builder. endpointType(Gateway.EndpointType endpointType)Gateway endpoint type.GatewaySummary.BuilderGatewaySummary.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.
-