Class SshScript (2.0.0)

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

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