Skip to content

InstanceVpcEndpointLinkedVpcProps

Properties for defining a InstanceVpcEndpointLinkedVpc.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new InstanceVpcEndpointLinkedVpcProps {
    object InstanceId,
    object VpcId,
    object VswitchId,
    object EnableCreateDnsRecordInPvzt = null,
    object ModuleName = null
};

Properties

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

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the instance.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: The ID of the vpc.


VswitchIdRequired

public object VswitchId { get; set; }
  • Type: object

Property vswitchId: The ID of the vswitch.


EnableCreateDnsRecordInPvztOptional

public object EnableCreateDnsRecordInPvzt { get; set; }
  • Type: object

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

public object ModuleName { get; set; }
  • Type: object

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.