Skip to content

RosBandwidthPackagesProps

Properties for defining a RosBandwidthPackages.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackages

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosBandwidthPackagesProps {
    object BandwidthPackageId = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object Type = null
};

Properties

Name Type Description
BandwidthPackageId object No description.
RefreshOptions object No description.
ResourceGroupId object No description.
Type object No description.

BandwidthPackageIdOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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

TypeOptional

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