Show / Hide Table of Contents

Class Volume

Inheritance
object
Volume
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Volume

Properties

| Edit this page View Source

Mode

Declaration
[ProtoMember(3)]
public Volume.VolumeMode Mode { get; set; }
Property Value
Type Description
Volume.VolumeMode
| Edit this page View Source

Name

Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

NonNullablePersistent

Declaration
[JsonIgnore]
public bool NonNullablePersistent { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

NonNullableRemote

Declaration
[JsonIgnore]
public bool NonNullableRemote { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Path

Declaration
[ProtoMember(4)]
public string Path { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Persistent

Declaration
[ProtoMember(6)]
public bool? Persistent { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

Properties

Declaration
[ProtoMember(8)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

Remote

Declaration
[ProtoMember(7)]
public bool? Remote { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

SizeAllocated

Declaration
[ProtoMember(5)]
public string SizeAllocated { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Uid

Declaration
[ProtoMember(1)]
public string Uid { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeNonNullablePersistent()

Declaration
public bool ShouldSerializeNonNullablePersistent()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeNonNullableRemote()

Declaration
public bool ShouldSerializeNonNullableRemote()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX