RosDesktopGroupProps
Properties for defining a RosDesktopGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-desktopgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecd;
new RosDesktopGroupProps {
object BundleId,
object ChargeType,
object OfficeSiteId,
object PolicyGroupId,
object AllowAutoSetup = null,
object AllowBufferCount = null,
object AutoPay = null,
object AutoRenew = null,
object BuyDesktopsCount = null,
object Comments = null,
object ConnectDuration = null,
object DefaultInitDesktopCount = null,
object DesktopGroupName = null,
object EndUserIds = null,
object GroupVersion = null,
object IdleDisconnectDuration = null,
object KeepDuration = null,
object MaxDesktopsCount = null,
object MinDesktopsCount = null,
object Period = null,
object PeriodUnit = null,
object ResetType = null,
object StopDuration = null,
object VolumeEncryptionEnabled = null,
object VolumeEncryptionKey = null
};
Properties
| Name | Type | Description |
|---|---|---|
BundleId |
object |
No description. |
ChargeType |
object |
No description. |
OfficeSiteId |
object |
No description. |
PolicyGroupId |
object |
No description. |
AllowAutoSetup |
object |
No description. |
AllowBufferCount |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
BuyDesktopsCount |
object |
No description. |
Comments |
object |
No description. |
ConnectDuration |
object |
No description. |
DefaultInitDesktopCount |
object |
No description. |
DesktopGroupName |
object |
No description. |
EndUserIds |
object |
No description. |
GroupVersion |
object |
No description. |
IdleDisconnectDuration |
object |
No description. |
KeepDuration |
object |
No description. |
MaxDesktopsCount |
object |
No description. |
MinDesktopsCount |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
ResetType |
object |
No description. |
StopDuration |
object |
No description. |
VolumeEncryptionEnabled |
object |
No description. |
VolumeEncryptionKey |
object |
No description. |
BundleIdRequired
public object BundleId { get; set; }
- Type: object
ChargeTypeRequired
public object ChargeType { get; set; }
- Type: object
OfficeSiteIdRequired
public object OfficeSiteId { get; set; }
- Type: object
PolicyGroupIdRequired
public object PolicyGroupId { get; set; }
- Type: object
AllowAutoSetupOptional
public object AllowAutoSetup { get; set; }
- Type: object
AllowBufferCountOptional
public object AllowBufferCount { get; set; }
- Type: object
AutoPayOptional
public object AutoPay { get; set; }
- Type: object
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
BuyDesktopsCountOptional
public object BuyDesktopsCount { get; set; }
- Type: object
CommentsOptional
public object Comments { get; set; }
- Type: object
ConnectDurationOptional
public object ConnectDuration { get; set; }
- Type: object
DefaultInitDesktopCountOptional
public object DefaultInitDesktopCount { get; set; }
- Type: object
DesktopGroupNameOptional
public object DesktopGroupName { get; set; }
- Type: object
EndUserIdsOptional
public object EndUserIds { get; set; }
- Type: object
GroupVersionOptional
public object GroupVersion { get; set; }
- Type: object
IdleDisconnectDurationOptional
public object IdleDisconnectDuration { get; set; }
- Type: object
KeepDurationOptional
public object KeepDuration { get; set; }
- Type: object
MaxDesktopsCountOptional
public object MaxDesktopsCount { get; set; }
- Type: object
MinDesktopsCountOptional
public object MinDesktopsCount { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
ResetTypeOptional
public object ResetType { get; set; }
- Type: object
StopDurationOptional
public object StopDuration { get; set; }
- Type: object
VolumeEncryptionEnabledOptional
public object VolumeEncryptionEnabled { get; set; }
- Type: object
VolumeEncryptionKeyOptional
public object VolumeEncryptionKey { get; set; }
- Type: object