InstanceVpcEndpointLinkedVpcProps
Properties for defining a InstanceVpcEndpointLinkedVpc
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instancevpcendpointlinkedvpc
Initializer
import { InstanceVpcEndpointLinkedVpcProps } from '@alicloud/ros-cdk-cr'
const instanceVpcEndpointLinkedVpcProps: InstanceVpcEndpointLinkedVpcProps = { ... }
Properties
Name | Type | Description |
---|---|---|
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: The ID of the instance. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The ID of the vpc. |
vswitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vswitchId: The ID of the vswitch. |
enableCreateDnsRecordInPvzt |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property enableCreateDnsRecordInPvzt: Whether to automatically create Privatezone records. |
moduleName |
string | @alicloud/ros-cdk-core.IResolvable |
Property moduleName: The name of the module in the instance for which a whitelist is configured. |
instanceId
Required
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of the instance.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the vpc.
vswitchId
Required
public readonly vswitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vswitchId: The ID of the vswitch.
enableCreateDnsRecordInPvzt
Optional
public readonly enableCreateDnsRecordInPvzt: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property enableCreateDnsRecordInPvzt: Whether to automatically create Privatezone records.
If you enable automatic Privatezone record creation, Privatezone records will be automatically created when VPC instances are added. Valid values: - true: Automatically creates a Privatezone record. - false (default): Do not automatically create Privatezone records.
moduleName
Optional
public readonly moduleName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property moduleName: The name of the module in the instance for which a whitelist is configured.
Valid values: - Registry (default): Access the image repository. - Chart: Access Helm Chart.