Uses of Class
com.oracle.bmc.identitydomains.model.CloudGate.Type
-
Packages that use CloudGate.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGate.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGate.Type Modifier and Type Method Description static CloudGate.Type
CloudGate.Type. create(String key)
CloudGate.Type
CloudGate. getType()
Type of Cloud Gatestatic CloudGate.Type
CloudGate.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudGate.Type[]
CloudGate.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGate.Type Modifier and Type Method Description CloudGate.Builder
CloudGate.Builder. type(CloudGate.Type type)
Type of Cloud GateConstructors in com.oracle.bmc.identitydomains.model with parameters of type CloudGate.Type Constructor Description CloudGate(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, Boolean isOPCService, String lastModifiedTime, String displayName, String description, Boolean active, CloudGate.Type type, List<CloudGateExtUpstreamServerGroups> upstreamServerGroups, List<CloudGateExtUpstreamServers> upstreamServers, CloudGateOauthClient oauthClient, List<CloudGateExtServers> servers, List<CloudGateExtMappings> mappings)
Deprecated.
-