Skip to content

RosCommonBandwidthPackageProps

Properties for defining a RosCommonBandwidthPackage.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosCommonBandwidthPackageProps {
    object CommonBandwidthPackageId = null,
    object CommonBandwidthPackageName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
CommonBandwidthPackageId object No description.
CommonBandwidthPackageName object No description.
RefreshOptions object No description.

CommonBandwidthPackageIdOptional

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

CommonBandwidthPackageNameOptional

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

RefreshOptionsOptional

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