Skip to content

NetworkPackageAssociationProps

Properties for defining a NetworkPackageAssociation.

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

Initializer

import com.aliyun.ros.cdk.ecd.NetworkPackageAssociationProps;
NetworkPackageAssociationProps.builder()
    .networkPackageId(java.lang.String)
    .networkPackageId(IResolvable)
    .officeSiteId(java.lang.String)
    .officeSiteId(IResolvable)
    .build();

Properties

Name Type Description
networkPackageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property networkPackageId: The ID of the Internet access package.
officeSiteId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property officeSiteId: The ID of the workspace.

networkPackageIdRequired

public java.lang.Object getNetworkPackageId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property networkPackageId: The ID of the Internet access package.


officeSiteIdRequired

public java.lang.Object getOfficeSiteId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property officeSiteId: The ID of the workspace.