gceOperation property

  1. @TagNumber.new(9)
String get gceOperation

The last Compute Engine operation to setup PSC connection.

Implementation

@$pb.TagNumber(9)
$core.String get gceOperation => $_getSZ(8);
  1. @TagNumber.new(9)
set gceOperation (String v)

Implementation

@$pb.TagNumber(9)
set gceOperation($core.String v) {
  $_setString(8, v);
}