Skip to content

RosIpv6InternetBandwidthProps

Properties for defining a RosIpv6InternetBandwidth.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosIpv6InternetBandwidthProps {
    object Bandwidth,
    object Ipv6AddressId,
    object Ipv6GatewayId,
    object InternetChargeType = null
};

Properties

Name Type Description
Bandwidth object No description.
Ipv6AddressId object No description.
Ipv6GatewayId object No description.
InternetChargeType object No description.

BandwidthRequired

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

Ipv6AddressIdRequired

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

Ipv6GatewayIdRequired

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

InternetChargeTypeOptional

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