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 Data Fusion instance, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation page covers version 2.0.0 of the `RestartInstanceRequest` within the `Google.Cloud.DataFusion.V1` namespace, but previous versions of 2.4.0 down to 1.0.0 are also listed."],["The class includes properties like `InstanceName` (of type `InstanceName`) and `Name` (of type `string`), with `Name` being the required property specifying the instance to restart in the format of projects/{project}/locations/{location}/instances/{instance}."],["Two constructors are available for `RestartInstanceRequest`: a default constructor and one that takes another `RestartInstanceRequest` object as a parameter."],["The class inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class."]]],[]]