Network Config Connect Mode
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
Functions
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.