networkProfile property

String? networkProfile
getter/setter pair

A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time.

For example, the following are valid URLs:

https://www.googleapis.com/compute/{api_version}/projects/{project_id}/global/networkProfiles/{network_profile_name}

  • projects/{project_id}/global/networkProfiles/{network_profile_name}

Implementation

core.String? networkProfile;