public sealed class SshScript : IMessage<SshScript>, IEquatable<SshScript>, IDeepCloneable<SshScript>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class SshScript.
Response message for 'GenerateSshScript' request.
Implements
IMessageSshScript, IEquatableSshScript, IDeepCloneableSshScript, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
SshScript()
public SshScript()SshScript(SshScript)
public SshScript(SshScript other)| Parameter | |
|---|---|
| Name | Description |
other |
SshScript |
Properties
Script
public string Script { get; set; }The ssh configuration script.
| Property Value | |
|---|---|
| Type | Description |
string |
|