Class Volume
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
|
Edit this page
View Source
Name
Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
NonNullablePersistent
Declaration
[JsonIgnore]
public bool NonNullablePersistent { get; set; }
Property Value
|
Edit this page
View Source
NonNullableRemote
Declaration
[JsonIgnore]
public bool NonNullableRemote { get; set; }
Property Value
|
Edit this page
View Source
Path
Declaration
[ProtoMember(4)]
public string Path { get; set; }
Property Value
|
Edit this page
View Source
Persistent
Declaration
[ProtoMember(6)]
public bool? Persistent { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(8)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Remote
Declaration
[ProtoMember(7)]
public bool? Remote { get; set; }
Property Value
|
Edit this page
View Source
SizeAllocated
Declaration
[ProtoMember(5)]
public string SizeAllocated { get; set; }
Property Value
|
Edit this page
View Source
Uid
Declaration
[ProtoMember(1)]
public string Uid { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeNonNullablePersistent()
Declaration
public bool ShouldSerializeNonNullablePersistent()
Returns
|
Edit this page
View Source
ShouldSerializeNonNullableRemote()
Declaration
public bool ShouldSerializeNonNullableRemote()
Returns
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns