NetworkConfigConnectMode

enum NetworkConfigConnectMode : Enum<NetworkConfigConnectMode> , ConvertibleToJava<NetworkConfigConnectMode>

The network connect mode of the Filestore instance. If not provided, the connect mode defaults to DIRECT_PEERING.

Entries

Link copied to clipboard

ConnectMode not set.

Link copied to clipboard

Connect via direct peering to the Filestore service.

Link copied to clipboard

Connect to your Filestore instance using Private Service Access. Private services access provides an IP address range for multiple Google Cloud services, including Filestore.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): NetworkConfigConnectMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: NetworkConfigConnectMode
Link copied to clipboard
Link copied to clipboard