Skip to content

VpcInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new VpcInfoProperty {
    object VpcId,
    object SecurityGroupId = null,
    object VSwitchId = null,
    object VSwitchIds = null
};

Properties

Name Type Description
VpcId object No description.
SecurityGroupId object No description.
VSwitchId object No description.
VSwitchIds object No description.

VpcIdRequired

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

SecurityGroupIdOptional

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

VSwitchIdOptional

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

VSwitchIdsOptional

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