Show / Hide Table of Contents

Class V1PhotonPersistentDiskVolumeSource

Represents a Photon Controller persistent disk resource.

Inheritance
object
V1PhotonPersistentDiskVolumeSource
Implements
IEquatable<V1PhotonPersistentDiskVolumeSource>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public record V1PhotonPersistentDiskVolumeSource : IEquatable<V1PhotonPersistentDiskVolumeSource>

Constructors

V1PhotonPersistentDiskVolumeSource()

Declaration
public V1PhotonPersistentDiskVolumeSource()

V1PhotonPersistentDiskVolumeSource(V1PhotonPersistentDiskVolumeSource)

Declaration
protected V1PhotonPersistentDiskVolumeSource(V1PhotonPersistentDiskVolumeSource original)
Parameters
Type Name Description
V1PhotonPersistentDiskVolumeSource original

Properties

EqualityContract

Declaration
protected virtual Type EqualityContract { get; }
Property Value
Type Description
Type

FsType

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

Declaration
[JsonPropertyName("fsType")]
public string FsType { get; set; }
Property Value
Type Description
string

PdID

pdID is the ID that identifies Photon Controller persistent disk

Declaration
[JsonPropertyName("pdID")]
public string PdID { get; set; }
Property Value
Type Description
string

Methods

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

Equals(V1PhotonPersistentDiskVolumeSource?)

Declaration
public virtual bool Equals(V1PhotonPersistentDiskVolumeSource? other)
Parameters
Type Name Description
V1PhotonPersistentDiskVolumeSource other
Returns
Type Description
bool

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

PrintMembers(StringBuilder)

Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

operator ==(V1PhotonPersistentDiskVolumeSource?, V1PhotonPersistentDiskVolumeSource?)

Declaration
public static bool operator ==(V1PhotonPersistentDiskVolumeSource? left, V1PhotonPersistentDiskVolumeSource? right)
Parameters
Type Name Description
V1PhotonPersistentDiskVolumeSource left
V1PhotonPersistentDiskVolumeSource right
Returns
Type Description
bool

operator !=(V1PhotonPersistentDiskVolumeSource?, V1PhotonPersistentDiskVolumeSource?)

Declaration
public static bool operator !=(V1PhotonPersistentDiskVolumeSource? left, V1PhotonPersistentDiskVolumeSource? right)
Parameters
Type Name Description
V1PhotonPersistentDiskVolumeSource left
V1PhotonPersistentDiskVolumeSource right
Returns
Type Description
bool

Implements

IEquatable<T>
In this article
Back to top Generated by DocFX