public sealed class AllowedClient : IMessage<NfsShare.Types.AllowedClient>, IEquatable<NfsShare.Types.AllowedClient>, IDeepCloneable<NfsShare.Types.AllowedClient>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class NfsShare.Types.AllowedClient.
Represents an 'access point' for the share.
Implements
IMessage<NfsShare.Types.AllowedClient>, IEquatable<NfsShare.Types.AllowedClient>, IDeepCloneable<NfsShare.Types.AllowedClient>, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
AllowedClient()
public AllowedClient()AllowedClient(NfsShare.Types.AllowedClient)
public AllowedClient(NfsShare.Types.AllowedClient other)| Parameter | |
|---|---|
| Name | Description |
other |
NfsShare.Types.AllowedClient |
Properties
AllowDev
public bool AllowDev { get; set; }Allow dev flag. Which controls whether to allow creation of devices.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
AllowedClientsCidr
public string AllowedClientsCidr { get; set; }The subnet of IP addresses permitted to access the share.
| Property Value | |
|---|---|
| Type | Description |
String |
|
AllowSuid
public bool AllowSuid { get; set; }Allow the setuid flag.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
MountPermissions
public NfsShare.Types.MountPermissions MountPermissions { get; set; }Mount permissions.
| Property Value | |
|---|---|
| Type | Description |
NfsShare.Types.MountPermissions |
|
Network
public string Network { get; set; }The network the access point sits on.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NoRootSquash
public bool NoRootSquash { get; set; }Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
ShareIp
public string ShareIp { get; set; }The IP address of the share on this network.
| Property Value | |
|---|---|
| Type | Description |
String |
|