Skip to content

CommonBandwidthPackage

This class encapsulates and extends the ROS resource type DATASOURCE::VPC::CommonBandwidthPackage, which is used to query the information about an Internet Shared Bandwidth instance in a region.

Initializers

from ros_cdk_vpc import datasource
datasource.CommonBandwidthPackage(
  scope: Construct,
  id: str,
  common_bandwidth_package_id: typing.Union[str, IResolvable] = None,
  common_bandwidth_package_name: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  enable_resource_property_constraint: bool = None
)
Name Type Description
scope ros_cdk_core.Construct No description.
id str No description.
common_bandwidth_package_id typing.Union[str, ros_cdk_core.IResolvable] Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
common_bandwidth_package_name typing.Union[str, ros_cdk_core.IResolvable] Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
enable_resource_property_constraint bool No description.

scopeRequired

  • Type: ros_cdk_core.Construct

idRequired

  • Type: str

common_bandwidth_package_idOptional

  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.


common_bandwidth_package_nameOptional

  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


refresh_optionsOptional

  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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.

enable_resource_property_constraintOptional

  • Type: bool

Methods

Name Description
to_string Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
add_condition No description.
add_count No description.
add_dependency No description.
add_resource_desc No description.
apply_removal_policy No description.
get_att No description.
set_metadata No description.

to_string

def to_string() -> str

Returns a string representation of this construct.

synthesize

def synthesize(
  session: ISynthesisSession
) -> None

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: ros_cdk_core.ISynthesisSession

The synthesis session.


add_condition

def add_condition(
  condition: RosCondition
) -> None

conditionRequired

  • Type: ros_cdk_core.RosCondition

add_count

def add_count(
  count: typing.Union[typing.Union[int, float], IResolvable]
) -> None

countRequired

  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

add_dependency

def add_dependency(
  resource: Resource
) -> None

resourceRequired

  • Type: ros_cdk_core.Resource

add_resource_desc

def add_resource_desc(
  desc: str
) -> None

descRequired

  • Type: str

apply_removal_policy

def apply_removal_policy(
  policy: RemovalPolicy
) -> None

policyRequired

  • Type: ros_cdk_core.RemovalPolicy

get_att

def get_att(
  name: str
) -> IResolvable

nameRequired

  • Type: str

set_metadata

def set_metadata(
  key: str,
  value: typing.Any
) -> None

keyRequired

  • Type: str

valueRequired

  • Type: typing.Any

Static Functions

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

is_construct

from ros_cdk_vpc import datasource
datasource.CommonBandwidthPackage.is_construct(
  x: typing.Any
)

Return whether the given object is a Construct.

xRequired

  • Type: typing.Any

Properties

Name Type Description
node ros_cdk_core.ConstructNode The construct tree node associated with this construct.
ref str No description.
stack ros_cdk_core.Stack The stack in which this resource is defined.
resource ros_cdk_core.RosResource No description.
attr_bandwidth ros_cdk_core.IResolvable Attribute Bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance.
attr_business_status ros_cdk_core.IResolvable Attribute BusinessStatus: The service status of the Internet Shared Bandwidth instance.
attr_common_bandwidth_package_id ros_cdk_core.IResolvable Attribute CommonBandwidthPackageId: The ID of the Internet shared bandwidth.
attr_common_bandwidth_package_name ros_cdk_core.IResolvable Attribute CommonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
attr_creation_time ros_cdk_core.IResolvable Attribute CreationTime: The time when the Internet Shared Bandwidth instance was created.
attr_deletion_protection ros_cdk_core.IResolvable Attribute DeletionProtection: Indicates whether deletion protection is enabled.
attr_description ros_cdk_core.IResolvable Attribute Description: The description of the Internet Shared Bandwidth instance.
attr_expired_time ros_cdk_core.IResolvable Attribute ExpiredTime: The time when the Internet Shared Bandwidth instance expired.
attr_has_reservation_data ros_cdk_core.IResolvable Attribute HasReservationData: Indicates whether the information about pending orders is returned.
attr_instance_charge_type ros_cdk_core.IResolvable Attribute InstanceChargeType: The billing method of the Internet Shared Bandwidth instance.
attr_internet_charge_type ros_cdk_core.IResolvable Attribute InternetChargeType: The metering method of the Internet Shared Bandwidth instance.
attr_isp ros_cdk_core.IResolvable Attribute Isp: The line type.
attr_public_ip_addresses ros_cdk_core.IResolvable Attribute PublicIpAddresses: The elastic IP addresses (EIPs) that are associated with the Internet Shared Bandwidth instance.
attr_ratio ros_cdk_core.IResolvable Attribute Ratio: The percentage of the minimum bandwidth commitment.
attr_reservation_active_time ros_cdk_core.IResolvable Attribute ReservationActiveTime: The time when the renewal took effect.
attr_reservation_bandwidth ros_cdk_core.IResolvable Attribute ReservationBandwidth: The new maximum bandwidth after the configurations are changed.
attr_reservation_internet_charge_type ros_cdk_core.IResolvable Attribute ReservationInternetChargeType: The metering method after the configurations are changed.
attr_reservation_order_type ros_cdk_core.IResolvable Attribute ReservationOrderType: The renewal method.
attr_resource_group_id ros_cdk_core.IResolvable Attribute ResourceGroupId: The ID of the resource group.
attr_service_managed ros_cdk_core.IResolvable Attribute ServiceManaged: Indicates whether the resource is created by the service account.
attr_status ros_cdk_core.IResolvable Attribute Status: The status of the Internet Shared Bandwidth instance.

nodeRequired

node: ConstructNode
  • Type: ros_cdk_core.ConstructNode

The construct tree node associated with this construct.


refRequired

ref: str
  • Type: str

stackRequired

stack: Stack
  • Type: ros_cdk_core.Stack

The stack in which this resource is defined.


resourceOptional

resource: RosResource
  • Type: ros_cdk_core.RosResource

attr_bandwidthRequired

attr_bandwidth: IResolvable
  • Type: ros_cdk_core.IResolvable

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

Unit: Mbit/s.


attr_business_statusRequired

attr_business_status: IResolvable
  • Type: 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.


attr_common_bandwidth_package_idRequired

attr_common_bandwidth_package_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute CommonBandwidthPackageId: The ID of the Internet shared bandwidth.


attr_common_bandwidth_package_nameRequired

attr_common_bandwidth_package_name: IResolvable
  • Type: ros_cdk_core.IResolvable

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


attr_creation_timeRequired

attr_creation_time: IResolvable
  • Type: 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.


attr_deletion_protectionRequired

attr_deletion_protection: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute DeletionProtection: Indicates whether deletion protection is enabled.

Valid values: false true


attr_descriptionRequired

attr_description: IResolvable
  • Type: ros_cdk_core.IResolvable

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


attr_expired_timeRequired

attr_expired_time: IResolvable
  • Type: 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.


attr_has_reservation_dataRequired

attr_has_reservation_data: IResolvable
  • Type: ros_cdk_core.IResolvable

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

Valid values: false true


attr_instance_charge_typeRequired

attr_instance_charge_type: IResolvable
  • Type: ros_cdk_core.IResolvable

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

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


attr_internet_charge_typeRequired

attr_internet_charge_type: IResolvable
  • Type: 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.


attr_ispRequired

attr_isp: IResolvable
  • Type: 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


attr_public_ip_addressesRequired

attr_public_ip_addresses: IResolvable
  • Type: ros_cdk_core.IResolvable

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


attr_ratioRequired

attr_ratio: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute Ratio: The percentage of the minimum bandwidth commitment.

Only 20 is returned.


attr_reservation_active_timeRequired

attr_reservation_active_time: IResolvable
  • Type: 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.


attr_reservation_bandwidthRequired

attr_reservation_bandwidth: IResolvable
  • Type: ros_cdk_core.IResolvable

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

Unit: Mbit/s.


attr_reservation_internet_charge_typeRequired

attr_reservation_internet_charge_type: IResolvable
  • Type: 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.


attr_reservation_order_typeRequired

attr_reservation_order_type: IResolvable
  • Type: 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


attr_resource_group_idRequired

attr_resource_group_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute ResourceGroupId: The ID of the resource group.


attr_service_managedRequired

attr_service_managed: IResolvable
  • Type: 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.


attr_statusRequired

attr_status: IResolvable
  • Type: 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.