Bare Metal Solution v2 API - Class CreateNfsShareRequest (1.5.0)

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.

Inheritance

object > CreateNfsShareRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

CreateNfsShareRequest()

public CreateNfsShareRequest()

CreateNfsShareRequest(CreateNfsShareRequest)

public CreateNfsShareRequest(CreateNfsShareRequest other)
Parameter
NameDescription
otherCreateNfsShareRequest

Properties

NfsShare

public NfsShare NfsShare { get; set; }

Required. The NfsShare to create.

Property Value
TypeDescription
NfsShare

Parent

public string Parent { get; set; }

Required. The parent project and location.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName