public sealed class RestartInstanceRequest : IMessage<RestartInstanceRequest>, IEquatable<RestartInstanceRequest>, IDeepCloneable<RestartInstanceRequest>, IBufferMessage, IMessage
Request message for restarting a Data Fusion instance.
[[["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 `RestartInstanceRequest` class is used to create a request for restarting a Google Cloud Data Fusion instance, and it is part of version 1.1.0 of the Google.Cloud.DataFusion.V1 library."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage\u003cRestartInstanceRequest\u003e`, `IEquatable\u003cRestartInstanceRequest\u003e`, `IDeepCloneable\u003cRestartInstanceRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `RestartInstanceRequest` class includes properties such as `InstanceName` and `Name`, where `Name` is a required field specifying the Data Fusion instance to be restarted, formatted as `projects/{project}/locations/{location}/instances/{instance}`."],["The latest version of `RestartInstanceRequest` available is 2.4.0, with several earlier versions accessible, ranging down to 1.0.0, allowing use of older code."],["There are two constructors available for this class, one is the default constructor, and the other is an overloaded constructor taking another `RestartInstanceRequest` object as the parameter."]]],[]]