public sealed class VmwareEngineNetwork.Types.VpcNetwork : IMessage<VmwareEngineNetwork.Types.VpcNetwork>, IEquatable<VmwareEngineNetwork.Types.VpcNetwork>, IDeepCloneable<VmwareEngineNetwork.Types.VpcNetwork>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class VmwareEngineNetwork.Types.VpcNetwork.
Represents a VMware Engine VPC network that is managed by a
VMware Engine network resource.
Output only. The relative resource name of the service VPC network this
VMware Engine network is attached to. For example:
projects/123123/global/networks/my-network
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `VmwareEngineNetwork.Types.VpcNetwork` class within the Google Cloud VMware Engine v1 API."],["The `VmwareEngineNetwork.Types.VpcNetwork` class represents a VMware Engine VPC network managed by a VMware Engine network resource."],["The class includes properties like `Network`, which is the relative resource name of the attached service VPC network, and `Type`, indicating the VPC network type (INTRANET, INTERNET, or GOOGLE_CLOUD)."],["The documentation covers multiple versions of the API, with version 1.6.0 being the most recent, and it also lists previous versions back to 1.0.0, as well as inheritance and implementation details."],["Constructors `VpcNetwork()` and `VpcNetwork(VpcNetwork other)` are available for creating new instances of the class, which can take in other properties of `VpcNetwork` as a parameter."]]],[]]