The associated server.
Namespace: OpenStack.Compute.v2_1Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("server")]
public ServerReference Server { get; set; }
<JsonPropertyAttribute("server")>
Public Property Server As ServerReference
Get
Set
public:
[JsonPropertyAttribute(L"server")]
property ServerReference^ Server {
ServerReference^ get ();
void set (ServerReference^ value);
}
[<JsonPropertyAttribute("server")>]
member Server : ServerReference with get, set
Property Value
Type:
ServerReferenceVersion Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6
See Also