public sealed class NetworkPolicy : IMessage<AllocationPolicy.Types.NetworkPolicy>, IEquatable<AllocationPolicy.Types.NetworkPolicy>, IDeepCloneable<AllocationPolicy.Types.NetworkPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class AllocationPolicy.Types.NetworkPolicy.
NetworkPolicy describes VM instance network configurations.
[[["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-04-17 UTC."],[[["The latest version of the `AllocationPolicy.Types.NetworkPolicy` class is 2.13.0, with multiple previous versions available for reference."],["This class, `NetworkPolicy`, within the Google.Cloud.Batch.V1 API, describes network configurations for VM instances."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes a constructor `NetworkPolicy` that takes another `NetworkPolicy` instance as a parameter, for initialization."],["The `NetworkInterfaces` property, of type `RepeatedField`, is used for network configurations, allowing for the configuration of multiple network interfaces."]]],[]]