View Source GoogleApi.BareMetalSolution.V2.Model.NfsShare (google_api_bare_metal_solution v0.4.0)
An NFS share.
Attributes
-
allowedClients
(type:list(GoogleApi.BareMetalSolution.V2.Model.AllowedClient.t)
, default:nil
) - List of allowed access points. -
id
(type:String.t
, default:nil
) - Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future. -
labels
(type:map()
, default:nil
) - Labels as key value pairs. -
name
(type:String.t
, default:nil
) - Immutable. The name of the NFS share. -
nfsShareId
(type:String.t
, default:nil
) - Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, useid
instead. -
pod
(type:String.t
, default:nil
) - Immutable. Pod name. Pod is an independent part of infrastructure. NFSShare can only be connected to the assets (networks, instances) allocated in the same pod. -
requestedSizeGib
(type:String.t
, default:nil
) - The requested size, in GiB. -
state
(type:String.t
, default:nil
) - Output only. The state of the NFS share. -
storageType
(type:String.t
, default:nil
) - Immutable. The storage type of the underlying volume. -
volume
(type:String.t
, default:nil
) - Output only. The underlying volume of the share. Created automatically during provisioning.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.NfsShare{ allowedClients: [GoogleApi.BareMetalSolution.V2.Model.AllowedClient.t()] | nil, id: String.t() | nil, labels: map() | nil, name: String.t() | nil, nfsShareId: String.t() | nil, pod: String.t() | nil, requestedSizeGib: String.t() | nil, state: String.t() | nil, storageType: String.t() | nil, volume: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.