class Pyrite::Api::Core::V1::VsphereVirtualDiskVolumeSource

Overview

Represents a vSphere volume resource.

Defined in:

versions/v1.14/api/core/v1/vsphere_virtual_disk_volume_source.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

Represents a vSphere volume resource.


def self.new(pull : JSON::PullParser) #

Represents a vSphere volume resource.


def self.new(*, fs_type : String? = nil, storage_policy_id : String? = nil, storage_policy_name : String? = nil, volume_path : String) #

Instance Method Detail

def fs_type : String? #

def fs_type=(fs_type : String?) #

def storage_policy_id : String? #

def storage_policy_id=(storage_policy_id : String?) #

def storage_policy_name : String? #

def storage_policy_name=(storage_policy_name : String?) #

def volume_path : String #

def volume_path=(volume_path : String) #