SchedulerHintsData Property |
Specifies additional custom hints to pass to the scheduler.
Use the Add(String, Object) method instead of accessing this property directly.
Namespace: OpenStack.Compute.v2_1Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonExtensionDataAttribute]
public IDictionary<string, JToken> Data { get; set; }
<JsonExtensionDataAttribute>
Public Property Data As IDictionary(Of String, JToken)
Get
Set
public:
[JsonExtensionDataAttribute]
virtual property IDictionary<String^, JToken^>^ Data {
IDictionary<String^, JToken^>^ get () sealed;
void set (IDictionary<String^, JToken^>^ value) sealed;
}
[<JsonExtensionDataAttribute>]
abstract Data : IDictionary<string, JToken> with get, set
[<JsonExtensionDataAttribute>]
override Data : IDictionary<string, JToken> with get, set
Property Value
Type:
IDictionaryString,
JTokenVersion Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6
See Also