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.
Implements
IMessageUserCommands, IEquatableUserCommands, IDeepCloneableUserCommands, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
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 |