ConnectionProfileMethod

Connection Profile method specifying the connection type and the available connectivity options

JSON representation
{
  "profileType": enum (ProfileType),
  "connectivityOptions": [
    enum (ConnectivityOption)
  ]
}
Fields
profileType

enum (ProfileType)

Profile type.

connectivityOptions[]

enum (ConnectivityOption)

Eligible connectivity options.

ProfileType

The possible Connection Profile types.

Enums
PROFILE_TYPE_UNSPECIFIED Unspecified profile type.
ORACLE Oracle profile type.
GCS Cloud Storage profile type.

ConnectivityOption

The possible connectivity options.

Enums
CONNECTIVITY_OPTION_UNSPECIFIED Unspecified connectivity option.
STATIC_IP_CONNECTIVITY Static IP connectivity.
FORWARD_SSH_CONNECTIVITY Forward SSH connectivity.