Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateMappingUpstreamServerGroup
-
Packages that use CloudGateMappingUpstreamServerGroup Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateMappingUpstreamServerGroup in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateMappingUpstreamServerGroup Modifier and Type Method Description CloudGateMappingUpstreamServerGroup
CloudGateMappingUpstreamServerGroup.Builder. build()
CloudGateMappingUpstreamServerGroup
CloudGateMapping. getUpstreamServerGroup()
Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateMappingUpstreamServerGroup Modifier and Type Method Description CloudGateMappingUpstreamServerGroup.Builder
CloudGateMappingUpstreamServerGroup.Builder. copy(CloudGateMappingUpstreamServerGroup model)
CloudGateMapping.Builder
CloudGateMapping.Builder. upstreamServerGroup(CloudGateMappingUpstreamServerGroup upstreamServerGroup)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type CloudGateMappingUpstreamServerGroup 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.
-