DirectoryWorkspaceAccessPropertiesAccessEndpointConfig class

Constructors

DirectoryWorkspaceAccessPropertiesAccessEndpointConfig({required Input<List<DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint>> accessEndpoints, Input<List<String>?>? internetFallbackProtocols})
Creates a new DirectoryWorkspaceAccessPropertiesAccessEndpointConfig. accessEndpoints Set of access endpoints used to control the network paths that users use to access their WorkSpaces. Defined below. internetFallbackProtocols List of protocols that fall back to the public internet when streaming over a VPC endpoint is unavailable. Valid value is PCOIP.
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