Skip to content

RosDesktopGroupProps

Properties for defining a RosDesktopGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-desktopgroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecd"
&alicloudroscdkecd.RosDesktopGroupProps {
    BundleId: interface{},
    ChargeType: interface{},
    OfficeSiteId: interface{},
    PolicyGroupId: interface{},
    AllowAutoSetup: interface{},
    AllowBufferCount: interface{},
    AutoPay: interface{},
    AutoRenew: interface{},
    BuyDesktopsCount: interface{},
    Comments: interface{},
    ConnectDuration: interface{},
    DefaultInitDesktopCount: interface{},
    DesktopGroupName: interface{},
    EndUserIds: interface{},
    GroupVersion: interface{},
    IdleDisconnectDuration: interface{},
    KeepDuration: interface{},
    MaxDesktopsCount: interface{},
    MinDesktopsCount: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    ResetType: interface{},
    StopDuration: interface{},
    VolumeEncryptionEnabled: interface{},
    VolumeEncryptionKey: interface{},
}

Properties

Name Type Description
BundleId interface{} No description.
ChargeType interface{} No description.
OfficeSiteId interface{} No description.
PolicyGroupId interface{} No description.
AllowAutoSetup interface{} No description.
AllowBufferCount interface{} No description.
AutoPay interface{} No description.
AutoRenew interface{} No description.
BuyDesktopsCount interface{} No description.
Comments interface{} No description.
ConnectDuration interface{} No description.
DefaultInitDesktopCount interface{} No description.
DesktopGroupName interface{} No description.
EndUserIds interface{} No description.
GroupVersion interface{} No description.
IdleDisconnectDuration interface{} No description.
KeepDuration interface{} No description.
MaxDesktopsCount interface{} No description.
MinDesktopsCount interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
ResetType interface{} No description.
StopDuration interface{} No description.
VolumeEncryptionEnabled interface{} No description.
VolumeEncryptionKey interface{} No description.

BundleIdRequired

BundleId interface{}
  • Type: interface{}

ChargeTypeRequired

ChargeType interface{}
  • Type: interface{}

OfficeSiteIdRequired

OfficeSiteId interface{}
  • Type: interface{}

PolicyGroupIdRequired

PolicyGroupId interface{}
  • Type: interface{}

AllowAutoSetupOptional

AllowAutoSetup interface{}
  • Type: interface{}

AllowBufferCountOptional

AllowBufferCount interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

BuyDesktopsCountOptional

BuyDesktopsCount interface{}
  • Type: interface{}

CommentsOptional

Comments interface{}
  • Type: interface{}

ConnectDurationOptional

ConnectDuration interface{}
  • Type: interface{}

DefaultInitDesktopCountOptional

DefaultInitDesktopCount interface{}
  • Type: interface{}

DesktopGroupNameOptional

DesktopGroupName interface{}
  • Type: interface{}

EndUserIdsOptional

EndUserIds interface{}
  • Type: interface{}

GroupVersionOptional

GroupVersion interface{}
  • Type: interface{}

IdleDisconnectDurationOptional

IdleDisconnectDuration interface{}
  • Type: interface{}

KeepDurationOptional

KeepDuration interface{}
  • Type: interface{}

MaxDesktopsCountOptional

MaxDesktopsCount interface{}
  • Type: interface{}

MinDesktopsCountOptional

MinDesktopsCount interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

ResetTypeOptional

ResetType interface{}
  • Type: interface{}

StopDurationOptional

StopDuration interface{}
  • Type: interface{}

VolumeEncryptionEnabledOptional

VolumeEncryptionEnabled interface{}
  • Type: interface{}

VolumeEncryptionKeyOptional

VolumeEncryptionKey interface{}
  • Type: interface{}