public sealed class BulkInsertInstanceResourcePerInstanceProperties : IMessage<BulkInsertInstanceResourcePerInstanceProperties>, IEquatable<BulkInsertInstanceResourcePerInstanceProperties>, IDeepCloneable<BulkInsertInstanceResourcePerInstanceProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BulkInsertInstanceResourcePerInstanceProperties.
Per-instance properties to be set on individual instances. To be extended in the future.
[[["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."],[[["The provided content details the `BulkInsertInstanceResourcePerInstanceProperties` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with version 3.6.0 being the latest and many older versions available."],["This class, `BulkInsertInstanceResourcePerInstanceProperties`, is designed for defining per-instance properties for individual instances, intended for future extensibility, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class and includes public methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It also provides two constructors, one default and one that allows for creating a new object from an existing `BulkInsertInstanceResourcePerInstanceProperties` instance, as well as properties like `HasName` (boolean) and `Name` (string)."],["The namespace for this class is `Google.Cloud.Compute.V1`, contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]