Uses of Class
com.oracle.bmc.apigateway.model.Gateway.IpMode
-
Packages that use Gateway.IpMode Package Description com.oracle.bmc.apigateway.model -
-
Uses of Gateway.IpMode in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Gateway.IpMode Modifier and Type Method Description static Gateway.IpModeGateway.IpMode. create(String key)Gateway.IpModeCreateGatewayDetails. getIpMode()Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both.Gateway.IpModeGateway. getIpMode()Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both.Gateway.IpModeGatewaySummary. getIpMode()Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both.static Gateway.IpModeGateway.IpMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Gateway.IpMode[]Gateway.IpMode. 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.IpMode Modifier and Type Method Description CreateGatewayDetails.BuilderCreateGatewayDetails.Builder. ipMode(Gateway.IpMode ipMode)Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both.Gateway.BuilderGateway.Builder. ipMode(Gateway.IpMode ipMode)Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both.GatewaySummary.BuilderGatewaySummary.Builder. ipMode(Gateway.IpMode ipMode)Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both.Constructors in com.oracle.bmc.apigateway.model with parameters of type Gateway.IpMode 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, Gateway.IpMode ipMode, Ipv6AddressConfiguration ipv6AddressConfiguration, Ipv4AddressConfiguration ipv4AddressConfiguration)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, Gateway.IpMode ipMode, Ipv6AddressConfiguration ipv6AddressConfiguration, Ipv4AddressConfiguration ipv4AddressConfiguration)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, Gateway.IpMode ipMode)Deprecated.
-