RosSimpleOfficeSiteProps
Properties for defining a RosSimpleOfficeSite.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-simpleofficesite
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecd;
new RosSimpleOfficeSiteProps {
object Bandwidth = null,
object CenId = null,
object CenOwnerId = null,
object CidrBlock = null,
object CloudBoxOfficeSite = null,
object DesktopAccessType = null,
object EnableAdminAccess = null,
object EnableInternetAccess = null,
object NeedVerifyZeroDevice = null,
object OfficeSiteName = null,
object VerifyCode = null,
object VpcType = null,
object VSwitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth |
object |
No description. |
CenId |
object |
No description. |
CenOwnerId |
object |
No description. |
CidrBlock |
object |
No description. |
CloudBoxOfficeSite |
object |
No description. |
DesktopAccessType |
object |
No description. |
EnableAdminAccess |
object |
No description. |
EnableInternetAccess |
object |
No description. |
NeedVerifyZeroDevice |
object |
No description. |
OfficeSiteName |
object |
No description. |
VerifyCode |
object |
No description. |
VpcType |
object |
No description. |
VSwitchId |
object |
No description. |
BandwidthOptional
public object Bandwidth { get; set; }
- Type: object
CenIdOptional
public object CenId { get; set; }
- Type: object
CenOwnerIdOptional
public object CenOwnerId { get; set; }
- Type: object
CidrBlockOptional
public object CidrBlock { get; set; }
- Type: object
CloudBoxOfficeSiteOptional
public object CloudBoxOfficeSite { get; set; }
- Type: object
DesktopAccessTypeOptional
public object DesktopAccessType { get; set; }
- Type: object
EnableAdminAccessOptional
public object EnableAdminAccess { get; set; }
- Type: object
EnableInternetAccessOptional
public object EnableInternetAccess { get; set; }
- Type: object
NeedVerifyZeroDeviceOptional
public object NeedVerifyZeroDevice { get; set; }
- Type: object
OfficeSiteNameOptional
public object OfficeSiteName { get; set; }
- Type: object
VerifyCodeOptional
public object VerifyCode { get; set; }
- Type: object
VpcTypeOptional
public object VpcType { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object