public sealed class AllocationPolicy.Types.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 `AllocationPolicy.Types.NetworkPolicy` class in the Batch v1 API provides configurations for VM instance networks."],["Version 2.13.0 is the latest version of the `AllocationPolicy.Types.NetworkPolicy`, with a history of versions listed from 2.12.0 down to 1.0.0."],["`NetworkPolicy` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NetworkPolicy` class has a constructor that can either be instantiated with no parameters or by passing in another `NetworkPolicy` object, and also provides a property called `NetworkInterfaces`."],["The `NetworkInterfaces` property is a `RepeatedField` that holds a list of `AllocationPolicy.Types.NetworkInterface`, detailing the network configurations."]]],[]]