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. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Optional
EnableResourcePropertyConstraint
Optional
- 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.
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- 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.
- 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. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrBandwidth
Required
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.
AttrBusinessStatus
Required
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.
AttrCommonBandwidthPackageId
Required
public IResolvable AttrCommonBandwidthPackageId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CommonBandwidthPackageId: The ID of the Internet shared bandwidth.
AttrCommonBandwidthPackageName
Required
public IResolvable AttrCommonBandwidthPackageName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CommonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
AttrCreationTime
Required
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.
AttrDeletionProtection
Required
public IResolvable AttrDeletionProtection { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DeletionProtection: Indicates whether deletion protection is enabled.
Valid values: false true
AttrDescription
Required
public IResolvable AttrDescription { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Description: The description of the Internet Shared Bandwidth instance.
AttrExpiredTime
Required
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.
AttrHasReservationData
Required
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
AttrInstanceChargeType
Required
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
AttrInternetChargeType
Required
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.
AttrIsp
Required
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
AttrPublicIpAddresses
Required
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.
AttrRatio
Required
public IResolvable AttrRatio { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Ratio: The percentage of the minimum bandwidth commitment.
Only 20 is returned.
AttrReservationActiveTime
Required
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.
AttrReservationBandwidth
Required
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.
AttrReservationInternetChargeType
Required
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.
AttrReservationOrderType
Required
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
AttrResourceGroupId
Required
public IResolvable AttrResourceGroupId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ResourceGroupId: The ID of the resource group.
AttrServiceManaged
Required
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.
AttrStatus
Required
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.