IpAddressesRequestSetOnVirtualMachine Property
|
Indica se attivare o meno la macchina a operazione completata.
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool SetOnVirtualMachine { get; set; }<DataMemberAttribute>
Public Property SetOnVirtualMachine As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool SetOnVirtualMachine {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member SetOnVirtualMachine : bool with get, set
function get SetOnVirtualMachine () : boolean
function set SetOnVirtualMachine (value : boolean)
Property Value
Type:
Boolean
See Also