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 `RestartInstanceRequest` class is used to request the restart of a Data Fusion instance within the Google Cloud Data Fusion v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message handling, equality checks, deep cloning, and buffer message support."],["The `RestartInstanceRequest` class contains properties such as `InstanceName` and `Name`, where the `Name` property is a required string that identifies the Data Fusion instance to be restarted using the format `projects/{project}/locations/{location}/instances/{instance}`."],["This documentation provides details on the class structure, constructors, and inherited members from the base Object class, as well as the assembly and namespace to find it."],["There are multiple versions of this class available, ranging from v1.0.0 to v2.4.0 (latest), however the main documentation page is for version v2.1.0."]]],[]]