Uses of Class
com.oracle.bmc.desktops.model.DesktopPoolShapeConfig
-
Packages that use DesktopPoolShapeConfig Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopPoolShapeConfig in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopPoolShapeConfig Modifier and Type Method Description DesktopPoolShapeConfig
DesktopPoolShapeConfig.Builder. build()
DesktopPoolShapeConfig
DesktopPool. getShapeConfig()
Methods in com.oracle.bmc.desktops.model with parameters of type DesktopPoolShapeConfig Modifier and Type Method Description DesktopPoolShapeConfig.Builder
DesktopPoolShapeConfig.Builder. copy(DesktopPoolShapeConfig model)
DesktopPool.Builder
DesktopPool.Builder. shapeConfig(DesktopPoolShapeConfig shapeConfig)
Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopPoolShapeConfig Constructor Description DesktopPool(String id, String compartmentId, String displayName, String description, LifecycleState lifecycleState, Date timeCreated, Integer maximumSize, Integer standbySize, String shapeName, DesktopPoolShapeConfig shapeConfig, DesktopPool.UseDedicatedVmHost useDedicatedVmHost, Boolean isStorageEnabled, Integer storageSizeInGBs, String storageBackupPolicyId, DesktopDevicePolicy devicePolicy, DesktopAvailabilityPolicy availabilityPolicy, DesktopImage image, DesktopNetworkConfiguration networkConfiguration, DesktopSessionLifecycleActions sessionLifecycleActions, Date timeStartScheduled, Date timeStopScheduled, String contactDetails, Boolean arePrivilegedUsers, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> nsgIds, DesktopPoolPrivateAccessDetails privateAccessDetails)
Deprecated.
-