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 document provides reference documentation for the `VmwareEngineNetwork.Types.VpcNetwork` class within the VMware Engine v1 API, including code samples and details about its properties and usage."],["The `VmwareEngineNetwork.Types.VpcNetwork` class represents a VMware Engine VPC network managed by a VMware Engine network resource."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, deep cloning, and buffered message management."],["The `VpcNetwork` class has two constructors, a default one and one that takes another `VpcNetwork` object for initialization, allowing for creation and copying of `VpcNetwork` objects."],["The `Network` property of this class provides the relative resource name of the service VPC network it's attached to, while the `Type` property indicates the type of VPC network, such as INTRANET, INTERNET, or GOOGLE_CLOUD."]]],[]]