Skip to content

CenBandwidthPackagesProps

Properties for defining a CenBandwidthPackages.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenbandwidthpackages

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenBandwidthPackagesProps {
    object Filter = null,
    object IncludeReservationData = null,
    object IsOrKey = null,
    object RefreshOptions = null
};

Properties

Name Type Description
Filter object Property filter: Filter value when querying resources.
IncludeReservationData object Property includeReservationData: Specifies whether to include renewal data.
IsOrKey object Property isOrKey: The logical operator between the filter conditions.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

FilterOptional

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

Property filter: Filter value when querying resources.


IncludeReservationDataOptional

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

Property includeReservationData: Specifies whether to include renewal data.


IsOrKeyOptional

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

Property isOrKey: The logical operator between the filter conditions.


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.