NetApp v1 API - Class UserCommands (1.11.0)

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

Reference documentation and code samples for the NetApp v1 API class UserCommands.

UserCommands contains the commands to be executed by the customer.

Inheritance

object > UserCommands

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

UserCommands()

public UserCommands()

UserCommands(UserCommands)

public UserCommands(UserCommands other)
Parameter
Name Description
other UserCommands

Properties

Commands

public RepeatedField<string> Commands { get; }

Output only. List of commands to be executed by the customer.

Property Value
Type Description
RepeatedFieldstring