Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateExtServers
-
Packages that use CloudGateExtServers Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateExtServers in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateExtServers Modifier and Type Method Description CloudGateExtServers
CloudGateExtServers.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGateExtServers Modifier and Type Method Description List<CloudGateExtServers>
CloudGate. getServers()
A list of Server Blocks on this Cloud GateMethods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateExtServers Modifier and Type Method Description CloudGateExtServers.Builder
CloudGateExtServers.Builder. copy(CloudGateExtServers model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGateExtServers Modifier and Type Method Description CloudGate.Builder
CloudGate.Builder. servers(List<CloudGateExtServers> servers)
A list of Server Blocks on this Cloud Gate
-