type property

String? type
getter/setter pair

Private connection type.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : The default value. This value should never be used.
  • "PRIVATE_SERVICE_ACCESS" : Connection used for establishing private services access.
  • "NETAPP_CLOUD_VOLUMES" : Connection used for connecting to NetApp Cloud Volumes.
  • "DELL_POWERSCALE" : Connection used for connecting to Dell PowerScale.
  • "THIRD_PARTY_SERVICE" : Connection used for connecting to third-party services.

Implementation

core.String? type;