public sealed class InstanceGroupManagersSetInstanceTemplateRequest : IMessage<InstanceGroupManagersSetInstanceTemplateRequest>, IEquatable<InstanceGroupManagersSetInstanceTemplateRequest>, IDeepCloneable<InstanceGroupManagersSetInstanceTemplateRequest>, IBufferMessage, IMessage
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
[[["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 webpage details the `InstanceGroupManagersSetInstanceTemplateRequest` class within the Google.Cloud.Compute.V1 namespace, presenting a comprehensive list of versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `InstanceGroupManagersSetInstanceTemplateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class provides two constructors, a default one and another that accepts an `InstanceGroupManagersSetInstanceTemplateRequest` object as a parameter, allowing for instance creation and cloning."],["The `InstanceGroupManagersSetInstanceTemplateRequest` class includes two properties `HasInstanceTemplate` and `InstanceTemplate`, which are used to manage and specify the URL of an instance template for a managed instance group."],["Users can navigate through different versions of the `InstanceGroupManagersSetInstanceTemplateRequest` class using the provided links, with each link directing to the documentation for that specific version."]]],[]]