Property | Type | Description | |
---|---|---|---|
EC2_METADATA_SVC | string |
Method | Description | |
---|---|---|
GetData ( string path ) : string |
Return the metadata at the path
|
|
GetData ( string path, int tries ) : string |
Return the metadata at the path
|
|
GetItems ( string path ) : IEnumerable |
Return the list of items in the metadata at path.
|
|
GetItems ( string path, int tries ) : IEnumerable |
Return the list of items in the metadata at path.
|
Method | Description | |
---|---|---|
FetchData ( string path ) : string | ||
FetchData ( string path, bool force ) : string | ||
GetItems ( string relativeOrAbsolutePath, int tries, bool slurp ) : List |
||
PauseExponentially ( int tries ) : void |
public static GetData ( string path ) : string | ||
path | string | Path at which to query the metadata; may be relative or absolute. |
return | string |
public static GetData ( string path, int tries ) : string | ||
path | string | Path at which to query the metadata; may be relative or absolute. |
tries | int | Number of attempts to make |
return | string |
public static GetItems ( string path ) : IEnumerable |
||
path | string | Path at which to query the metadata; may be relative or absolute. |
return | IEnumerable |
public static GetItems ( string path, int tries ) : IEnumerable |
||
path | string | Path at which to query the metadata; may be relative or absolute. |
tries | int | Number of attempts to make |
return | IEnumerable |