Skip to content

CommonBandwidthPackageProps

Properties for defining a CommonBandwidthPackage.

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

Initializer

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

Properties

Name Type Description
CommonBandwidthPackageId object Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
CommonBandwidthPackageName object Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

CommonBandwidthPackageIdOptional

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

Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.


CommonBandwidthPackageNameOptional

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

Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.