Skip to content

NetworkPackageAssociationProps

Properties for defining a NetworkPackageAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-networkpackageassociation

Initializer

import ros_cdk_ecd
ros_cdk_ecd.NetworkPackageAssociationProps(
  network_package_id: typing.Union[str, IResolvable],
  office_site_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
network_package_id typing.Union[str, ros_cdk_core.IResolvable] Property networkPackageId: The ID of the Internet access package.
office_site_id typing.Union[str, ros_cdk_core.IResolvable] Property officeSiteId: The ID of the workspace.

network_package_idRequired

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

Property networkPackageId: The ID of the Internet access package.


office_site_idRequired

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

Property officeSiteId: The ID of the workspace.