Skip to content

RosCommonBandwidthPackageProps

Properties for defining a RosCommonBandwidthPackage.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosCommonBandwidthPackageProps {
    object Bandwidth,
    object DeletionProtection = null,
    object Description = null,
    object InternetChargeType = null,
    object Isp = null,
    object Name = null,
    object Ratio = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object Zone = null
};

Properties

Name Type Description
Bandwidth object No description.
DeletionProtection object No description.
Description object No description.
InternetChargeType object No description.
Isp object No description.
Name object No description.
Ratio object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.
Zone object No description.

BandwidthRequired

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

DeletionProtectionOptional

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

DescriptionOptional

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

InternetChargeTypeOptional

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

IspOptional

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

NameOptional

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

RatioOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

ZoneOptional

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