RosDesktopsProps
Properties for defining a RosDesktops
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-desktops
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecd;
new RosDesktopsProps {
object BundleId,
object OfficeSiteId,
object PolicyGroupId,
object Amount = null,
object AutoPay = null,
object AutoRenew = null,
object ChargeType = null,
object DesktopName = null,
object DesktopNameSuffix = null,
object DirectoryId = null,
object EndUserId = null,
object GroupId = null,
object Hostname = null,
object Period = null,
object PeriodUnit = null,
object PromotionId = null,
TagsProperty[] Tags = null,
object UserAssignMode = null,
object UserName = null,
object VolumeEncryptionEnabled = null,
object VolumeEncryptionKey = null,
object VpcId = null
};
Properties
Name | Type | Description |
---|---|---|
BundleId |
object |
No description. |
OfficeSiteId |
object |
No description. |
PolicyGroupId |
object |
No description. |
Amount |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
ChargeType |
object |
No description. |
DesktopName |
object |
No description. |
DesktopNameSuffix |
object |
No description. |
DirectoryId |
object |
No description. |
EndUserId |
object |
No description. |
GroupId |
object |
No description. |
Hostname |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
PromotionId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
UserAssignMode |
object |
No description. |
UserName |
object |
No description. |
VolumeEncryptionEnabled |
object |
No description. |
VolumeEncryptionKey |
object |
No description. |
VpcId |
object |
No description. |
BundleId
Required
public object BundleId { get; set; }
- Type: object
OfficeSiteId
Required
public object OfficeSiteId { get; set; }
- Type: object
PolicyGroupId
Required
public object PolicyGroupId { get; set; }
- Type: object
Amount
Optional
public object Amount { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
DesktopName
Optional
public object DesktopName { get; set; }
- Type: object
DesktopNameSuffix
Optional
public object DesktopNameSuffix { get; set; }
- Type: object
DirectoryId
Optional
public object DirectoryId { get; set; }
- Type: object
EndUserId
Optional
public object EndUserId { get; set; }
- Type: object
GroupId
Optional
public object GroupId { get; set; }
- Type: object
Hostname
Optional
public object Hostname { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
PromotionId
Optional
public object PromotionId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
UserAssignMode
Optional
public object UserAssignMode { get; set; }
- Type: object
UserName
Optional
public object UserName { get; set; }
- Type: object
VolumeEncryptionEnabled
Optional
public object VolumeEncryptionEnabled { get; set; }
- Type: object
VolumeEncryptionKey
Optional
public object VolumeEncryptionKey { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object