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 for .NET, specifically version 2.7.0."],["The `InstanceGroupManagersSetInstanceTemplateRequest` class is used to define the properties of a request to set the instance template for a managed instance group, and it has methods to set the URL of the instance template."],["The documentation includes a history of available versions, ranging from 1.0.0 to the latest version 3.6.0, with links to each version's documentation."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be compatible with different types of messages and objects."],["The class has two constructors one to call an instance and another to call an existing `InstanceGroupManagersSetInstanceTemplateRequest` object, and it has two properties, `HasInstanceTemplate` which checks if the Instance Template field is set, and `InstanceTemplate` that sets and gets the URL string of the given template."]]],[]]