ReinitializeServerRequestConfigureIPv6 Property
|
Configure IPv6 for the given machine
Namespace:
Aruba.Cloud.Provisioning.Entities.SmartVMWare
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool ConfigureIPv6 { get; set; }<DataMemberAttribute>
Public Property ConfigureIPv6 As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool ConfigureIPv6 {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member ConfigureIPv6 : bool with get, set
function get ConfigureIPv6 () : boolean
function set ConfigureIPv6 (value : boolean)
Property Value
Type:
Boolean
See Also