public sealed class RestartInstanceRequest : IMessage<RestartInstanceRequest>, IEquatable<RestartInstanceRequest>, IDeepCloneable<RestartInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class RestartInstanceRequest.
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 latest version available for the `RestartInstanceRequest` class is 2.4.0, as indicated in the provided documentation links, however the current documentation is for version 2.3.0."],["`RestartInstanceRequest` is a class within the Google Cloud Data Fusion v1 API, specifically designed for initiating a request to restart a Data Fusion instance."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and object cloning."],["The `RestartInstanceRequest` class has two constructors, a default one and another that accepts an existing `RestartInstanceRequest` object for initialization, allowing for convenient copying."],["The class has two properties `InstanceName` and `Name`, the latter being a required string that represents the instance to be restarted in the format of projects/{project}/locations/{location}/instances/{instance}."]]],[]]