AWSSDK.EC2 by Amazon Web Services

<PackageReference Include="AWSSDK.EC2" Version="3.7.17" />

.NET API 2,563,072 bytes

 ClientVpnEndpoint

public class ClientVpnEndpoint
Describes a Client VPN endpoint.

Gets and sets the property AssociatedTargetNetworks.

Information about the associated target networks. A target network is a subnet in a VPC.

Gets and sets the property AuthenticationOptions.

Information about the authentication method used by the Client VPN endpoint.

public string ClientCidrBlock { get; set; }

Gets and sets the property ClientCidrBlock.

The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

Gets and sets the property ClientConnectOptions.

The options for managing connection authorization for new client connections.

public string ClientVpnEndpointId { get; set; }

Gets and sets the property ClientVpnEndpointId.

The ID of the Client VPN endpoint.

Gets and sets the property ConnectionLogOptions.

Information about the client connection logging options for the Client VPN endpoint.

public string CreationTime { get; set; }

Gets and sets the property CreationTime.

The date and time the Client VPN endpoint was created.

public string DeletionTime { get; set; }

Gets and sets the property DeletionTime.

The date and time the Client VPN endpoint was deleted, if applicable.

public string Description { get; set; }

Gets and sets the property Description.

A brief description of the endpoint.

public string DnsName { get; set; }

Gets and sets the property DnsName.

The DNS name to be used by clients when connecting to the Client VPN endpoint.

public List<string> DnsServers { get; set; }

Gets and sets the property DnsServers.

Information about the DNS servers to be used for DNS resolution.

public List<string> SecurityGroupIds { get; set; }

Gets and sets the property SecurityGroupIds.

The IDs of the security groups for the target network.

public string SelfServicePortalUrl { get; set; }

Gets and sets the property SelfServicePortalUrl.

The URL of the self-service portal.

public string ServerCertificateArn { get; set; }

Gets and sets the property ServerCertificateArn.

The ARN of the server certificate.

public bool SplitTunnel { get; set; }

Gets and sets the property SplitTunnel.

Indicates whether split-tunnel is enabled in the AWS Client VPN endpoint.

For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint in the AWS Client VPN Administrator Guide.

public ClientVpnEndpointStatus Status { get; set; }

Gets and sets the property Status.

The current state of the Client VPN endpoint.

public List<Tag> Tags { get; set; }

Gets and sets the property Tags.

Any tags assigned to the Client VPN endpoint.

public TransportProtocol TransportProtocol { get; set; }

Gets and sets the property TransportProtocol.

The transport protocol used by the Client VPN endpoint.

public string VpcId { get; set; }

Gets and sets the property VpcId.

The ID of the VPC.

public int VpnPort { get; set; }

Gets and sets the property VpnPort.

The port number for the Client VPN endpoint.

public VpnProtocol VpnProtocol { get; set; }

Gets and sets the property VpnProtocol.

The protocol used by the VPN session.