Skip to content

StartInstanceParamProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Bastionhost;
new StartInstanceParamProperty {
    object SecurityGroupIds,
    object VswitchId
};

Properties

Name Type Description
SecurityGroupIds object No description.
VswitchId object No description.

SecurityGroupIdsRequired

public object SecurityGroupIds { get; set; }
  • Type: object

VswitchIdRequired

public object VswitchId { get; set; }
  • Type: object