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."],[[["This webpage provides reference documentation for the `RestartInstanceRequest` class within the Google Cloud Data Fusion v1 API."],["The latest version of the `RestartInstanceRequest` class is 2.4.0, with previous versions dating back to 1.0.0 also available for reference."],["The `RestartInstanceRequest` class is used to create requests for restarting a Data Fusion instance."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its functionalities."],["The `RestartInstanceRequest` class requires the `Name` property to be set, which is the Data Fusion instance's identifier in the format `projects/{project}/locations/{location}/instances/{instance}`."]]],[]]