Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateServerCloudGate
-
Packages that use CloudGateServerCloudGate Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateServerCloudGate in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateServerCloudGate Modifier and Type Method Description CloudGateServerCloudGate
CloudGateServerCloudGate.Builder. build()
CloudGateServerCloudGate
CloudGateServer. getCloudGate()
Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateServerCloudGate Modifier and Type Method Description CloudGateServer.Builder
CloudGateServer.Builder. cloudGate(CloudGateServerCloudGate cloudGate)
CloudGateServerCloudGate.Builder
CloudGateServerCloudGate.Builder. copy(CloudGateServerCloudGate model)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type CloudGateServerCloudGate Constructor Description CloudGateServer(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 displayName, String hostName, Integer port, Boolean ssl, String nginxSettings, CloudGateServerCloudGate cloudGate)
Deprecated.
-