Show / Hide Table of Contents

Class Volume

Inheritance
System.Object
Volume
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Volume : object

Properties

| Improve this Doc View Source

Mode

Declaration
public Volume.VolumeMode Mode { get; set; }
Property Value
Type Description
Volume.VolumeMode
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NonNullablePersistent

Declaration
public bool NonNullablePersistent { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NonNullableRemote

Declaration
public bool NonNullableRemote { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Persistent

Declaration
public bool? Persistent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Improve this Doc View Source

Remote

Declaration
public bool? Remote { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

SizeAllocated

Declaration
public string SizeAllocated { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Uid

Declaration
public string Uid { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ShouldSerializeNonNullablePersistent()

Declaration
public bool ShouldSerializeNonNullablePersistent()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeNonNullableRemote()

Declaration
public bool ShouldSerializeNonNullableRemote()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX