DirectoryWorkspaceAccessPropertiesAccessEndpointConfig class
Constructors
-
DirectoryWorkspaceAccessPropertiesAccessEndpointConfig({required Input<
List< accessEndpoints, Input<DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint> >List< ? internetFallbackProtocols})String> ?> -
Creates a new DirectoryWorkspaceAccessPropertiesAccessEndpointConfig.
accessEndpointsSet of access endpoints used to control the network paths that users use to access their WorkSpaces. Defined below.internetFallbackProtocolsList of protocols that fall back to the public internet when streaming over a VPC endpoint is unavailable. Valid value isPCOIP.const -
DirectoryWorkspaceAccessPropertiesAccessEndpointConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accessEndpoints
→ Input<
List< DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint> > -
Set of access endpoints used to control the network paths that users use to access their WorkSpaces. Defined below.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
internetFallbackProtocols
→ Input<
List< ?String> ?> -
List of protocols that fall back to the public internet when streaming over a VPC endpoint is unavailable. Valid value is
PCOIP.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited