Skip to content

RosSecurityGroupCloneProps

Properties for defining a RosSecurityGroupClone.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-securitygroupclone

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSecurityGroupCloneProps {
    object SourceSecurityGroupId,
    object Description = null,
    object DestinationRegionId = null,
    object NetworkType = null,
    object ResourceGroupId = null,
    object SecurityGroupName = null,
    object SecurityGroupType = null,
    object VpcId = null
};

Properties

Name Type Description
SourceSecurityGroupId object No description.
Description object No description.
DestinationRegionId object No description.
NetworkType object No description.
ResourceGroupId object No description.
SecurityGroupName object No description.
SecurityGroupType object No description.
VpcId object No description.

SourceSecurityGroupIdRequired

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

DescriptionOptional

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

DestinationRegionIdOptional

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

NetworkTypeOptional

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

ResourceGroupIdOptional

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

SecurityGroupNameOptional

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

SecurityGroupTypeOptional

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

VpcIdOptional

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