Class ExportSet
A set of file systems to export through one or more mount targets. Composed of zero or more export resources.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ExportSet
Properties
AvailabilityDomain
Declaration
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type | Description |
---|---|
string | The availability domain the export set is in. May be unset
as a blank or NULL value.
|
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment that contains the export set. |
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. It does not have to be unique, and it is changeable.
Avoid entering confidential information.
|
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the export set. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExportSet.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
ExportSet.LifecycleStateEnum? | The current state of the export set. |
Remarks
Required
MaxFsStatBytes
Declaration
[JsonProperty(PropertyName = "maxFsStatBytes")]
public long? MaxFsStatBytes { get; set; }
Property Value
Type | Description |
---|---|
long? | Controls the maximum |
MaxFsStatFiles
Declaration
[JsonProperty(PropertyName = "maxFsStatFiles")]
public long? MaxFsStatFiles { get; set; }
Property Value
Type | Description |
---|---|
long? | Controls the maximum |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the export set was created, expressed
in RFC 3339 timestamp format.
|
Remarks
Required
VcnId
Declaration
[Required(ErrorMessage = "VcnId is required.")]
[JsonProperty(PropertyName = "vcnId")]
public string VcnId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the virtual cloud network (VCN) the export set is in. |
Remarks
Required