@Generated(value="software.amazon.awssdk:codegen") public final class ClientVpnEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientVpnEndpoint.Builder,ClientVpnEndpoint>
Describes a Client VPN endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientVpnEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedTargetNetwork> |
associatedTargetNetworks()
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint, call
DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
List<ClientVpnAuthentication> |
authenticationOptions()
Information about the authentication method used by the Client VPN endpoint.
|
static ClientVpnEndpoint.Builder |
builder() |
String |
clientCidrBlock()
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
|
ClientConnectResponseOptions |
clientConnectOptions()
The options for managing connection authorization for new client connections.
|
ClientLoginBannerResponseOptions |
clientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
String |
clientVpnEndpointId()
The ID of the Client VPN endpoint.
|
ConnectionLogResponseOptions |
connectionLogOptions()
Information about the client connection logging options for the Client VPN endpoint.
|
String |
creationTime()
The date and time the Client VPN endpoint was created.
|
String |
deletionTime()
The date and time the Client VPN endpoint was deleted, if applicable.
|
String |
description()
A brief description of the endpoint.
|
String |
dnsName()
The DNS name to be used by clients when connecting to the Client VPN endpoint.
|
List<String> |
dnsServers()
Information about the DNS servers to be used for DNS resolution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAssociatedTargetNetworks()
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint, call
DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
boolean |
hasAuthenticationOptions()
For responses, this returns true if the service returned a value for the AuthenticationOptions property.
|
boolean |
hasDnsServers()
For responses, this returns true if the service returned a value for the DnsServers property.
|
int |
hashCode() |
boolean |
hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
The IDs of the security groups for the target network.
|
String |
selfServicePortalUrl()
The URL of the self-service portal.
|
static Class<? extends ClientVpnEndpoint.Builder> |
serializableBuilderClass() |
String |
serverCertificateArn()
The ARN of the server certificate.
|
Integer |
sessionTimeoutHours()
The maximum VPN session duration time in hours.
|
Boolean |
splitTunnel()
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
|
ClientVpnEndpointStatus |
status()
The current state of the Client VPN endpoint.
|
List<Tag> |
tags()
Any tags assigned to the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TransportProtocol |
transportProtocol()
The transport protocol used by the Client VPN endpoint.
|
String |
transportProtocolAsString()
The transport protocol used by the Client VPN endpoint.
|
String |
vpcId()
The ID of the VPC.
|
Integer |
vpnPort()
The port number for the Client VPN endpoint.
|
VpnProtocol |
vpnProtocol()
The protocol used by the VPN session.
|
String |
vpnProtocolAsString()
The protocol used by the VPN session.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientVpnEndpointId()
The ID of the Client VPN endpoint.
public final String description()
A brief description of the endpoint.
public final ClientVpnEndpointStatus status()
The current state of the Client VPN endpoint.
public final String creationTime()
The date and time the Client VPN endpoint was created.
public final String deletionTime()
The date and time the Client VPN endpoint was deleted, if applicable.
public final String dnsName()
The DNS name to be used by clients when connecting to the Client VPN endpoint.
public final String clientCidrBlock()
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
public final boolean hasDnsServers()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> dnsServers()
Information about the DNS servers to be used for DNS resolution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDnsServers() method.
public final Boolean splitTunnel()
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
public final VpnProtocol vpnProtocol()
The protocol used by the VPN session.
If the service returns an enum value that is not available in the current SDK version, vpnProtocol will
return VpnProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vpnProtocolAsString().
VpnProtocolpublic final String vpnProtocolAsString()
The protocol used by the VPN session.
If the service returns an enum value that is not available in the current SDK version, vpnProtocol will
return VpnProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vpnProtocolAsString().
VpnProtocolpublic final TransportProtocol transportProtocol()
The transport protocol used by the Client VPN endpoint.
If the service returns an enum value that is not available in the current SDK version, transportProtocol
will return TransportProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from transportProtocolAsString().
TransportProtocolpublic final String transportProtocolAsString()
The transport protocol used by the Client VPN endpoint.
If the service returns an enum value that is not available in the current SDK version, transportProtocol
will return TransportProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from transportProtocolAsString().
TransportProtocolpublic final Integer vpnPort()
The port number for the Client VPN endpoint.
@Deprecated public final boolean hasAssociatedTargetNetworks()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.@Deprecated public final List<AssociatedTargetNetwork> associatedTargetNetworks()
Information about the associated target networks. A target network is a subnet in a VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAssociatedTargetNetworks() method.
public final String serverCertificateArn()
The ARN of the server certificate.
public final boolean hasAuthenticationOptions()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<ClientVpnAuthentication> authenticationOptions()
Information about the authentication method used by the Client VPN endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAuthenticationOptions() method.
public final ConnectionLogResponseOptions connectionLogOptions()
Information about the client connection logging options for the Client VPN endpoint.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Any tags assigned to the Client VPN endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final boolean hasSecurityGroupIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> securityGroupIds()
The IDs of the security groups for the target network.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.
public final String vpcId()
The ID of the VPC.
public final String selfServicePortalUrl()
The URL of the self-service portal.
public final ClientConnectResponseOptions clientConnectOptions()
The options for managing connection authorization for new client connections.
public final Integer sessionTimeoutHours()
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
Valid values: 8 | 10 | 12 | 24
Default value: 24
public final ClientLoginBannerResponseOptions clientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
public ClientVpnEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClientVpnEndpoint.Builder,ClientVpnEndpoint>public static ClientVpnEndpoint.Builder builder()
public static Class<? extends ClientVpnEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.