public sealed class CreateNfsShareRequest : IMessage<CreateNfsShareRequest>, IEquatable<CreateNfsShareRequest>, IDeepCloneable<CreateNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class CreateNfsShareRequest.
Message for creating an NFS share.
Implements
IMessageCreateNfsShareRequest, IEquatableCreateNfsShareRequest, IDeepCloneableCreateNfsShareRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
CreateNfsShareRequest()
public CreateNfsShareRequest()
CreateNfsShareRequest(CreateNfsShareRequest)
public CreateNfsShareRequest(CreateNfsShareRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateNfsShareRequest |
Properties
NfsShare
public NfsShare NfsShare { get; set; }
Required. The NfsShare to create.
Property Value | |
---|---|
Type | Description |
NfsShare |
Parent
public string Parent { get; set; }
Required. The parent project and location.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |