class K8S::Api::Core::V1::VsphereVirtualDiskVolumeSource

Overview

Represents a vSphere volume resource.

Included Modules

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

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

[View source]

Instance Method Detail

def fs_type : String? #

[View source]
def fs_type=(fs_type : String?) #

[View source]
def storage_policy_id : String? #

[View source]
def storage_policy_id=(storage_policy_id : String?) #

[View source]
def storage_policy_name : String? #

[View source]
def storage_policy_name=(storage_policy_name : String?) #

[View source]
def volume_path : String #

[View source]
def volume_path=(volume_path : String) #

[View source]