network property

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

The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP.

The network must belong to the same project as the cluster. It is specified in the form: projects/{project}/global/networks/{network_id}. This is required to create a cluster. Deprecated, use network_config.network instead.

Required.

Implementation

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