zone property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? zone
getter/setter pair

The name of the Google Compute Engine zone in which the cluster resides.

This field has been deprecated and replaced by the name field.

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? zone;