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, but this documentation is specifically for version 2.2.0."],["`RestartInstanceRequest` is a class used within the Cloud Data Fusion v1 API for initiating the restart of a Data Fusion instance."],["The class `RestartInstanceRequest` inherits from object and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and it has its own constructors and properties."],["The `Name` property, of string type, within `RestartInstanceRequest` specifies the Data Fusion instance to restart, using the format: projects/{project}/locations/{location}/instances/{instance}."],["The `InstanceName` property, of type `InstanceName`, provides a structured view of the `Name` property, representing the resource name."]]],[]]