resourceLink property

  1. @TagNumber(1)
String get resourceLink

Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:

//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance

Implementation

@$pb.TagNumber(1)
$core.String get resourceLink => $_getSZ(0);
  1. @TagNumber(1)
set resourceLink (String v)

Implementation

@$pb.TagNumber(1)
set resourceLink($core.String v) { $_setString(0, v); }