resourceLink property

  1. @TagNumber(1)
String get resourceLink

Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For example:

//gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster

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); }