Skip to content

RosCommonBandwidthPackagesProps

Properties for defining a RosCommonBandwidthPackages.

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

Initializer

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

Properties

Name Type Description
CommonBandwidthPackageId object No description.
CommonBandwidthPackageName object No description.
RefreshOptions object No description.
ResourceGroupId 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

ResourceGroupIdOptional

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