Skip to content

SimpleOfficeSiteProps

Properties for defining a SimpleOfficeSite.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecd"
&alicloudroscdkecd.SimpleOfficeSiteProps {
    Bandwidth: interface{},
    CenId: interface{},
    CenOwnerId: interface{},
    CidrBlock: interface{},
    CloudBoxOfficeSite: interface{},
    DesktopAccessType: interface{},
    EnableAdminAccess: interface{},
    EnableInternetAccess: interface{},
    NeedVerifyZeroDevice: interface{},
    OfficeSiteName: interface{},
    VerifyCode: interface{},
    VpcType: interface{},
    VSwitchId: interface{},
}

Properties

Name Type Description
Bandwidth interface{} Property bandwidth: The maximum public bandwidth.
CenId interface{} Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.
CenOwnerId interface{} Property cenOwnerId: The ID of the Alibaba Cloud account to which the Cloud Enterprise Network (CEN) instance belongs.
CidrBlock interface{} Property cidrBlock: The IPv4 CIDR block in the secure office network of the workspace.
CloudBoxOfficeSite interface{} Property cloudBoxOfficeSite: Specifies whether the workspace is a CloudBox-based workspace.
DesktopAccessType interface{} Property desktopAccessType: The method that is used to connect the client to cloud desktops.
EnableAdminAccess interface{} Property enableAdminAccess: Specifies whether to grant the permissions of the local administrator to the regular user of the cloud desktop.
EnableInternetAccess interface{} Property enableInternetAccess: Specifies whether to enable Internet access.
NeedVerifyZeroDevice interface{} Property needVerifyZeroDevice: Specifies whether to enable trusted device verification.
OfficeSiteName interface{} Property officeSiteName: The name of the workspace.
VerifyCode interface{} Property verifyCode: The verification code.
VpcType interface{} Property vpcType: The type of office network.
VSwitchId interface{} Property vSwitchId: The IDs of the vSwitches in the VPC.

BandwidthOptional

Bandwidth interface{}
  • Type: interface{}

Property bandwidth: The maximum public bandwidth.

Value range: 10 to 200. Unit: Mbit/s. This parameter is available if you set EnableInternetAccess to true.


CenIdOptional

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.

NoteIf you want to connect to your cloud desktops over a VPC, you can attach the network of the workspace to the CEN instance. The CEN instance is connected to the on-premises network over VPN Gateway or Express Connect.


CenOwnerIdOptional

CenOwnerId interface{}
  • Type: interface{}

Property cenOwnerId: The ID of the Alibaba Cloud account to which the Cloud Enterprise Network (CEN) instance belongs.

If you do not specify the CenId parameter, or the CEN instance that is specified by the CenId parameter belongs to the current Alibaba Cloud account, skip this parameter. If you specify the CenId parameter and the CEN instance that you specify for the CenId parameter belongs to another Alibaba Cloud account, enter the ID of the Alibaba Cloud account.


CidrBlockOptional

CidrBlock interface{}
  • Type: interface{}

Property cidrBlock: The IPv4 CIDR block in the secure office network of the workspace.

The IPv4 CIDR block that the system uses to create a virtual private cloud (VPC) for the workspace. We recommend that you set the IPv4 CIDR block to 10.0.0.0/12, 172.16.0.0/12, 192.168.0.0/16, or a subnet of these CIDR blocks. If you set the IPv4 CIDR block to 10.0.0.0/12 or 172.16.0.0/12, the mask is 1224 bits in length. If you set the IPv4 CIDR block to 192.168.0.0/16, the mask is 1624 bits in length.


CloudBoxOfficeSiteOptional

CloudBoxOfficeSite interface{}
  • Type: interface{}

Property cloudBoxOfficeSite: Specifies whether the workspace is a CloudBox-based workspace.

Enumeration Value: true false


DesktopAccessTypeOptional

DesktopAccessType interface{}
  • Type: interface{}

Property desktopAccessType: The method that is used to connect the client to cloud desktops.

NoteVPC connections are established by using Alibaba Cloud PrivateLink. You can use PrivateLink for free. When you set this parameter to VPC or Any, PrivateLink is automatically activated.


EnableAdminAccessOptional

EnableAdminAccess interface{}
  • Type: interface{}

Property enableAdminAccess: Specifies whether to grant the permissions of the local administrator to the regular user of the cloud desktop.

Enumeration Value: true false


EnableInternetAccessOptional

EnableInternetAccess interface{}
  • Type: interface{}

Property enableInternetAccess: Specifies whether to enable Internet access.

By default, Internet access is not enabled. Enumeration Value: true false


NeedVerifyZeroDeviceOptional

NeedVerifyZeroDevice interface{}
  • Type: interface{}

Property needVerifyZeroDevice: Specifies whether to enable trusted device verification.

Enumeration Value: true false


OfficeSiteNameOptional

OfficeSiteName interface{}
  • Type: interface{}

Property officeSiteName: The name of the workspace.

The name must be 2 to 255 characters in length. It must start with a letter and cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).


VerifyCodeOptional

VerifyCode interface{}
  • Type: interface{}

Property verifyCode: The verification code.

If the CEN instance that you specify for the CenId parameter belongs to another Alibaba Cloud account, you must call the SendVerifyCode operation to obtain the verification code.


VpcTypeOptional

VpcType interface{}
  • Type: interface{}

Property vpcType: The type of office network.

Enumeration value: standard: Advanced office network. basic: Basic office network.


VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: The IDs of the vSwitches in the VPC.

This parameter is required when you create a CloudBox-based workspace.