class K8S::Api::Core::V1::ScaleIOVolumeSource

Overview

ScaleIOVolumeSource represents a persistent ScaleIO volume

Included Modules

Defined in:

versions/v1.14/api/core/v1/scale_io_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(*, gateway : String, secret_ref : Api::Core::V1::LocalObjectReference, system : String, fs_type : String? = nil, protection_domain : String? = nil, read_only : Bool? = nil, ssl_enabled : Bool? = nil, storage_mode : String? = nil, storage_pool : String? = nil, volume_name : String? = nil) #

[View source]

Instance Method Detail

def fs_type : String? #

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

[View source]
def gateway : String #

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

[View source]
def protection_domain : String? #

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

[View source]
def read_only : Bool? #

[View source]
def read_only=(read_only : Bool?) #

[View source]

[View source]
def secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference) #

[View source]
def ssl_enabled : Bool? #

[View source]
def ssl_enabled=(ssl_enabled : Bool?) #

[View source]
def storage_mode : String? #

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

[View source]
def storage_pool : String? #

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

[View source]
def system : String #

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

[View source]
def volume_name : String? #

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

[View source]