Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateMappingServer
-
Packages that use CloudGateMappingServer Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateMappingServer in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateMappingServer Modifier and Type Method Description CloudGateMappingServer
CloudGateMappingServer.Builder. build()
CloudGateMappingServer
CloudGateMapping. getServer()
Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateMappingServer Modifier and Type Method Description CloudGateMappingServer.Builder
CloudGateMappingServer.Builder. copy(CloudGateMappingServer model)
CloudGateMapping.Builder
CloudGateMapping.Builder. server(CloudGateMappingServer server)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type CloudGateMappingServer Constructor Description CloudGateMapping(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 description, String resourcePrefix, String proxyPass, String nginxSettings, String policyName, CloudGateMappingUpstreamServerGroup upstreamServerGroup, CloudGateMappingServer server, CloudGateMappingGatewayApp gatewayApp, CloudGateMappingCloudGate cloudGate)
Deprecated.
-