Skip to content

InstanceVpcEndpointLinkedVpcProps

Properties for defining a InstanceVpcEndpointLinkedVpc.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instancevpcendpointlinkedvpc

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcr"
&alicloudroscdkcr.InstanceVpcEndpointLinkedVpcProps {
    InstanceId: interface{},
    VpcId: interface{},
    VswitchId: interface{},
    EnableCreateDnsRecordInPvzt: interface{},
    ModuleName: interface{},
}

Properties

Name Type Description
InstanceId interface{} Property instanceId: The ID of the instance.
VpcId interface{} Property vpcId: The ID of the vpc.
VswitchId interface{} Property vswitchId: The ID of the vswitch.
EnableCreateDnsRecordInPvzt interface{} Property enableCreateDnsRecordInPvzt: Whether to automatically create Privatezone records.
ModuleName interface{} Property moduleName: The name of the module in the instance for which a whitelist is configured.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: The ID of the vpc.


VswitchIdRequired

VswitchId interface{}
  • Type: interface{}

Property vswitchId: The ID of the vswitch.


EnableCreateDnsRecordInPvztOptional

EnableCreateDnsRecordInPvzt interface{}
  • Type: interface{}

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.

ModuleNameOptional

ModuleName interface{}
  • Type: interface{}

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.