GetVpcEndpointLinkedVpcsVpcEndpointLinkedVpc

data class GetVpcEndpointLinkedVpcsVpcEndpointLinkedVpc(val defaultAccess: Boolean, val id: String, val instanceId: String, val ip: String, val moduleName: String, val status: String, val vpcId: String, val vswitchId: String)

Constructors

constructor(defaultAccess: Boolean, id: String, instanceId: String, ip: String, moduleName: String, status: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the default policy is used to access the instance.

Link copied to clipboard
val id: String

The ID of the Vpc Endpoint Linked Vpc. It formats as <instance_id>:<vpc_id>:<vswitch_id>:<module_name>.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard
val ip: String

IP address.

Link copied to clipboard

The name of the module that you want to access. Valid Values:

Link copied to clipboard

The status of the Vpc Endpoint Linked Vpc. Valid Values: CREATING, RUNNING.

Link copied to clipboard

The ID of the VPC.

Link copied to clipboard

The ID of the vSwitch.