Class VpcProject (0.2.0)

VpcProject(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Project detail of the VPC network.

Attributes

NameDescription
project_id str
The project of the VPC to connect to. If not specified, it is the same as the cluster project.
service_account str
Optional. The service account in the VPC project configured by user. It is used to create/delete Cloud Router and Cloud HA VPNs for VPN connection. If this SA is changed during/after a VPN connection is created, you need to remove the Cloud Router and Cloud VPN resources in \|project_id|. It is in the form of service-{project_number}@gcp-sa-edgecontainer.iam.gserviceaccount.com.

Inheritance

builtins.object > proto.message.Message > VpcProject