Uses of Class
com.oracle.bmc.generativeai.model.InboundNetworkingConfig.EndpointMode
-
Packages that use InboundNetworkingConfig.EndpointMode Package Description com.oracle.bmc.generativeai.model -
-
Uses of InboundNetworkingConfig.EndpointMode in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return InboundNetworkingConfig.EndpointMode Modifier and Type Method Description static InboundNetworkingConfig.EndpointModeInboundNetworkingConfig.EndpointMode. create(String key)InboundNetworkingConfig.EndpointModeInboundNetworkingConfig. getEndpointMode()inbounding from public or private endpoint.static InboundNetworkingConfig.EndpointModeInboundNetworkingConfig.EndpointMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundNetworkingConfig.EndpointMode[]InboundNetworkingConfig.EndpointMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type InboundNetworkingConfig.EndpointMode Modifier and Type Method Description InboundNetworkingConfig.BuilderInboundNetworkingConfig.Builder. endpointMode(InboundNetworkingConfig.EndpointMode endpointMode)inbounding from public or private endpoint.Constructors in com.oracle.bmc.generativeai.model with parameters of type InboundNetworkingConfig.EndpointMode Constructor Description InboundNetworkingConfig(InboundNetworkingConfig.EndpointMode endpointMode, String privateEndpointId)Deprecated.
-