Skip to content

CommonBandwidthPackage

This class encapsulates and extends the ROS resource type DATASOURCE::VPC::CommonBandwidthPackage.

Initializers

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new CommonBandwidthPackage(Construct Scope, string Id, CommonBandwidthPackageProps Props = null, bool EnableResourcePropertyConstraint = null);
Name Type Description
Scope AlibabaCloud.SDK.ROS.CDK.Core.Construct No description.
Id string No description.
Props CommonBandwidthPackageProps No description.
EnableResourcePropertyConstraint bool No description.

ScopeRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct

IdRequired

  • Type: string

PropsOptional


EnableResourcePropertyConstraintOptional

  • Type: bool

Methods

Name Description
ToString Returns a string representation of this construct.
Synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
AddCondition No description.
AddCount No description.
AddDependency No description.
AddResourceDesc No description.
ApplyRemovalPolicy No description.
GetAtt No description.
SetMetadata No description.

ToString

private string ToString()

Returns a string representation of this construct.

Synthesize

private void Synthesize(ISynthesisSession Session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

SessionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession

The synthesis session.


AddCondition

private void AddCondition(RosCondition Condition)

ConditionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition

AddCount

private void AddCount(object Count)

CountRequired

  • Type: object

AddDependency

private void AddDependency(Resource Resource)

ResourceRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource

AddResourceDesc

private void AddResourceDesc(string Desc)

DescRequired

  • Type: string

ApplyRemovalPolicy

private void ApplyRemovalPolicy(RemovalPolicy Policy)

PolicyRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy

GetAtt

private IResolvable GetAtt(string Name)

NameRequired

  • Type: string

SetMetadata

private void SetMetadata(string Key, object Value)

KeyRequired

  • Type: string

ValueRequired

  • Type: object

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

using AlibabaCloud.SDK.ROS.CDK.Vpc;
CommonBandwidthPackage.IsConstruct(object X);

Return whether the given object is a Construct.

XRequired

  • Type: object

Properties

Name Type Description
Node AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode The construct tree node associated with this construct.
Ref string No description.
Stack AlibabaCloud.SDK.ROS.CDK.Core.Stack The stack in which this resource is defined.
Resource AlibabaCloud.SDK.ROS.CDK.Core.RosResource No description.
AttrBandwidth AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance.
AttrBusinessStatus AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute BusinessStatus: The service status of the Internet Shared Bandwidth instance.
AttrCommonBandwidthPackageId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute CommonBandwidthPackageId: The ID of the Internet shared bandwidth.
AttrCommonBandwidthPackageName AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute CommonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
AttrCreationTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute CreationTime: The time when the Internet Shared Bandwidth instance was created.
AttrDeletionProtection AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute DeletionProtection: Indicates whether deletion protection is enabled.
AttrDescription AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Description: The description of the Internet Shared Bandwidth instance.
AttrExpiredTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ExpiredTime: The time when the Internet Shared Bandwidth instance expired.
AttrHasReservationData AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute HasReservationData: Indicates whether the information about pending orders is returned.
AttrInstanceChargeType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute InstanceChargeType: The billing method of the Internet Shared Bandwidth instance.
AttrInternetChargeType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute InternetChargeType: The metering method of the Internet Shared Bandwidth instance.
AttrIsp AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Isp: The line type.
AttrPublicIpAddresses AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute PublicIpAddresses: The elastic IP addresses (EIPs) that are associated with the Internet Shared Bandwidth instance.
AttrRatio AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Ratio: The percentage of the minimum bandwidth commitment.
AttrReservationActiveTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReservationActiveTime: The time when the renewal took effect.
AttrReservationBandwidth AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReservationBandwidth: The new maximum bandwidth after the configurations are changed.
AttrReservationInternetChargeType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReservationInternetChargeType: The metering method after the configurations are changed.
AttrReservationOrderType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReservationOrderType: The renewal method.
AttrResourceGroupId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ResourceGroupId: The ID of the resource group.
AttrServiceManaged AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ServiceManaged: Indicates whether the resource is created by the service account.
AttrStatus AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Status: The status of the Internet Shared Bandwidth instance.

NodeRequired

public ConstructNode Node { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode

The construct tree node associated with this construct.


RefRequired

public string Ref { get; }
  • Type: string

StackRequired

public Stack Stack { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack

The stack in which this resource is defined.


ResourceOptional

public RosResource Resource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource

AttrBandwidthRequired

public IResolvable AttrBandwidth { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance.

Unit: Mbit/s.


AttrBusinessStatusRequired

public IResolvable AttrBusinessStatus { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BusinessStatus: The service status of the Internet Shared Bandwidth instance.

Valid values: Normal: The Internet Shared Bandwidth instance runs as expected. FinancialLocked: An overdue payment occurs in the Internet Shared Bandwidth instance Unactivated: The Internet Shared Bandwidth instance is not activated.


AttrCommonBandwidthPackageIdRequired

public IResolvable AttrCommonBandwidthPackageId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute CommonBandwidthPackageId: The ID of the Internet shared bandwidth.


AttrCommonBandwidthPackageNameRequired

public IResolvable AttrCommonBandwidthPackageName { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute CommonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.


AttrCreationTimeRequired

public IResolvable AttrCreationTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute CreationTime: The time when the Internet Shared Bandwidth instance was created.

The time is displayed in the YYYY-MM-DDThh:mm:ssZ format.


AttrDeletionProtectionRequired

public IResolvable AttrDeletionProtection { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute DeletionProtection: Indicates whether deletion protection is enabled.

Valid values: false true


AttrDescriptionRequired

public IResolvable AttrDescription { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Description: The description of the Internet Shared Bandwidth instance.


AttrExpiredTimeRequired

public IResolvable AttrExpiredTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ExpiredTime: The time when the Internet Shared Bandwidth instance expired.

The time is displayed in the YYYY-MM-DDThh:mm:ssZ format.


AttrHasReservationDataRequired

public IResolvable AttrHasReservationData { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute HasReservationData: Indicates whether the information about pending orders is returned.

Valid values: false true


AttrInstanceChargeTypeRequired

public IResolvable AttrInstanceChargeType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute InstanceChargeType: The billing method of the Internet Shared Bandwidth instance.

Valid value: PostPaid: pay-as-you-go PrePaid: subscription


AttrInternetChargeTypeRequired

public IResolvable AttrInternetChargeType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute InternetChargeType: The metering method of the Internet Shared Bandwidth instance.

Valid value: PayBy95: Charged by Enhanced 95th Percentile. PayByBandwidth: Charged by Bandwidth. PayByDominantTraffic: Charged by Dominant Traffic.


AttrIspRequired

public IResolvable AttrIsp { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Isp: The line type.

Valid values: BGP (default): BGP (Multi-ISP) lines. BGP_PRO: BGP (Multi-ISP) Pro lines. Valid values if you are allowed to use single-ISP bandwidth: ChinaTelecom ChinaUnicom ChinaMobile ChinaTelecom_L2 ChinaUnicom_L2 ChinaMobile_L2


AttrPublicIpAddressesRequired

public IResolvable AttrPublicIpAddresses { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute PublicIpAddresses: The elastic IP addresses (EIPs) that are associated with the Internet Shared Bandwidth instance.


AttrRatioRequired

public IResolvable AttrRatio { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Ratio: The percentage of the minimum bandwidth commitment.

Only 20 is returned.


AttrReservationActiveTimeRequired

public IResolvable AttrReservationActiveTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReservationActiveTime: The time when the renewal took effect.

The time is displayed in the YYYY-MM-DDThh:mm:ssZ format.


AttrReservationBandwidthRequired

public IResolvable AttrReservationBandwidth { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReservationBandwidth: The new maximum bandwidth after the configurations are changed.

Unit: Mbit/s.


AttrReservationInternetChargeTypeRequired

public IResolvable AttrReservationInternetChargeType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReservationInternetChargeType: The metering method after the configurations are changed.

Valid value: PayBy95: Charged by Enhanced 95th Percentile. PayByBandwidth: Charged by Bandwidth. PayByDominantTraffic: Charged by Dominant Traffic.


AttrReservationOrderTypeRequired

public IResolvable AttrReservationOrderType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReservationOrderType: The renewal method.

Valid values: RENEWCHANGE: renewal with a specification change TEMP_UPGRADE: renewal with a temporary upgrade UPGRADE: renewal with an upgrade


AttrResourceGroupIdRequired

public IResolvable AttrResourceGroupId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ResourceGroupId: The ID of the resource group.


AttrServiceManagedRequired

public IResolvable AttrServiceManaged { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ServiceManaged: Indicates whether the resource is created by the service account.

Valid values: 0: The resource is not created by the service account. 1: The resource is created by the service account.


AttrStatusRequired

public IResolvable AttrStatus { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Status: The status of the Internet Shared Bandwidth instance.

Valid values: Available: The Internet Shared Bandwidth instance is available. Modifying: The Internet Shared Bandwidth instance is being modified.