NewServerConfigureIPv4ForVPSStarter Property
|
Configure IPv4 for OpenStack VPS Starter.
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 Nullable<bool> ConfigureIPv4ForVPSStarter { get; set; }<DataMemberAttribute>
Public Property ConfigureIPv4ForVPSStarter As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> ConfigureIPv4ForVPSStarter {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member ConfigureIPv4ForVPSStarter : Nullable<bool> with get, set
function get ConfigureIPv4ForVPSStarter () : Nullable<boolean>
function set ConfigureIPv4ForVPSStarter (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also