saklient.cs  0.0.2.11
Public Member Functions | List of all members
Saklient.Cloud.Models.Model_IsoImage Class Reference

ISOイメージを検索・作成するための機能を備えたクラス。 More...

Inheritance diagram for Saklient.Cloud.Models.Model_IsoImage:
Saklient.Cloud.Models.Model

Public Member Functions

Model_IsoImage Offset (long offset)
 次に取得するリストの開始オフセットを指定します。 More...
 
Model_IsoImage Limit (long count)
 次に取得するリストの上限レコード数を指定します。 More...
 
Model_IsoImage FilterBy (string key, object value, bool multiple=false)
 Web APIのフィルタリング設定を直接指定します。 More...
 
Model_IsoImage Reset ()
 次のリクエストのために設定されているステートをすべて破棄します。 More...
 
IsoImage Create ()
 新規リソース作成用のオブジェクトを用意します。 More...
 
IsoImage GetById (string id)
 指定したIDを持つ唯一のリソースを取得します。 More...
 
System.Collections.Generic.List< IsoImage > Find ()
 リソースの検索リクエストを実行し、結果をリストで取得します。 More...
 
Model_IsoImage WithNameLike (string name)
 指定した文字列を名前に含むリソースに絞り込みます。 More...
 
Model_IsoImage WithTag (string tag)
 指定したタグを持つリソースに絞り込みます。 More...
 
Model_IsoImage WithTags (System.Collections.Generic.List< string > tags)
 指定したすべてのタグを持つリソースに絞り込みます。 More...
 
Model_IsoImage WithTagDnf (System.Collections.Generic.List< System.Collections.Generic.List< string >> dnf)
 指定したDNFに合致するタグを持つリソースに絞り込みます。 More...
 
Model_IsoImage SortByName (bool reverse=false)
 名前でソートします。 More...
 
Model_IsoImage WithSizeGib (long sizeGib)
 指定したサイズのISOイメージに絞り込みます。 More...
 
Model_IsoImage WithSharedScope ()
 パブリックISOイメージに絞り込みます。 More...
 
Model_IsoImage WithUserScope ()
 プライベートISOイメージに絞り込みます。 More...
 
Model_IsoImage SortBySize (bool reverse=false)
 サイズでソートします。 More...
 
- Public Member Functions inherited from Saklient.Cloud.Models.Model
 Model (Client client)
 
Parameters
client
More...
 

Detailed Description

ISOイメージを検索・作成するための機能を備えたクラス。

Member Function Documentation

IsoImage Saklient.Cloud.Models.Model_IsoImage.Create ( )
inline

新規リソース作成用のオブジェクトを用意します。

返り値のオブジェクトにパラメータを設定し、save() を呼ぶことで実際のリソースが作成されます。

Returns
リソースオブジェクト
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.FilterBy ( string  key,
object  value,
bool  multiple = false 
)
inline

Web APIのフィルタリング設定を直接指定します。

Parameters
keyキー
value
multiplevalueに配列を与え、OR条件で完全一致検索する場合にtrueを指定します。通常、valueはスカラ値であいまい検索されます。
System.Collections.Generic.List<IsoImage> Saklient.Cloud.Models.Model_IsoImage.Find ( )
inline

リソースの検索リクエストを実行し、結果をリストで取得します。

Returns
リソースオブジェクトの配列
IsoImage Saklient.Cloud.Models.Model_IsoImage.GetById ( string  id)
inline

指定したIDを持つ唯一のリソースを取得します。

Parameters
id
Returns
リソースオブジェクト
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.Limit ( long  count)
inline

次に取得するリストの上限レコード数を指定します。

Parameters
count上限レコード数
Returns
this
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.Offset ( long  offset)
inline

次に取得するリストの開始オフセットを指定します。

Parameters
offsetオフセット
Returns
this
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.Reset ( )
inline

次のリクエストのために設定されているステートをすべて破棄します。

Returns
this
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.SortByName ( bool  reverse = false)
inline

名前でソートします。

Parameters
reverse
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.SortBySize ( bool  reverse = false)
inline

サイズでソートします。

Parameters
reverse
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithNameLike ( string  name)
inline

指定した文字列を名前に含むリソースに絞り込みます。

大文字・小文字は区別されません。 半角スペースで区切られた複数の文字列は、それらをすべて含むことが条件とみなされます。

Parameters
name
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithSharedScope ( )
inline

パブリックISOイメージに絞り込みます。

Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithSizeGib ( long  sizeGib)
inline

指定したサイズのISOイメージに絞り込みます。

Parameters
sizeGib
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithTag ( string  tag)
inline

指定したタグを持つリソースに絞り込みます。

複数のタグを指定する場合は withTags() を利用してください。

Parameters
tag
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithTagDnf ( System.Collections.Generic.List< System.Collections.Generic.List< string >>  dnf)
inline

指定したDNFに合致するタグを持つリソースに絞り込みます。

Parameters
dnf
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithTags ( System.Collections.Generic.List< string >  tags)
inline

指定したすべてのタグを持つリソースに絞り込みます。

Parameters
tags
Model_IsoImage Saklient.Cloud.Models.Model_IsoImage.WithUserScope ( )
inline

プライベートISOイメージに絞り込みます。


The documentation for this class was generated from the following file: