Skip to content

RosEIPSegmentProps

Properties for defining a RosEIPSegment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eipsegment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosEIPSegmentProps {
    object EipMask,
    object Bandwidth = null,
    object InternetChargeType = null,
    object Netmode = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
EipMask object No description.
Bandwidth object No description.
InternetChargeType object No description.
Netmode object No description.
ResourceGroupId object No description.

EipMaskRequired

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

BandwidthOptional

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

InternetChargeTypeOptional

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

NetmodeOptional

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

ResourceGroupIdOptional

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