Show / Hide Table of Contents

Class AllowedClient

Represents an 'access point' for the share.

Inheritance
object
AllowedClient
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class AllowedClient : IDirectResponseSchema

Properties

AllowDev

Allow dev flag. Which controls whether to allow creation of devices.

Declaration
[JsonProperty("allowDev")]
public virtual bool? AllowDev { get; set; }
Property Value
Type Description
bool?

AllowSuid

Allow the setuid flag.

Declaration
[JsonProperty("allowSuid")]
public virtual bool? AllowSuid { get; set; }
Property Value
Type Description
bool?

AllowedClientsCidr

The subnet of IP addresses permitted to access the share.

Declaration
[JsonProperty("allowedClientsCidr")]
public virtual string AllowedClientsCidr { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MountPermissions

Mount permissions.

Declaration
[JsonProperty("mountPermissions")]
public virtual string MountPermissions { get; set; }
Property Value
Type Description
string

Network

The network the access point sits on.

Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type Description
string

NfsPath

Output only. The path to access NFS, in format shareIP:/InstanceID InstanceID is the generated ID instead of customer provided name. example like "10.0.0.0:/g123456789-nfs001"

Declaration
[JsonProperty("nfsPath")]
public virtual string NfsPath { get; set; }
Property Value
Type Description
string

NoRootSquash

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.

Declaration
[JsonProperty("noRootSquash")]
public virtual bool? NoRootSquash { get; set; }
Property Value
Type Description
bool?

ShareIp

Output only. The IP address of the share on this network. Assigned automatically during provisioning based on the network's services_cidr.

Declaration
[JsonProperty("shareIp")]
public virtual string ShareIp { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX