Database Migration v1 API - Class SshScript (2.4.0)

public sealed class SshScript : IMessage<SshScript>, IEquatable<SshScript>, IDeepCloneable<SshScript>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class SshScript.

Response message for 'GenerateSshScript' request.

Inheritance

object > SshScript

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SshScript()

public SshScript()

SshScript(SshScript)

public SshScript(SshScript other)
Parameter
NameDescription
otherSshScript

Properties

Script

public string Script { get; set; }

The ssh configuration script.

Property Value
TypeDescription
string