LoadBalancerInstanceIPAddress Property
|
Public customer Ip Address or dedicated Server public Ip.
Namespace:
Aruba.Cloud.Provisioning.Entities.LoadBalancer
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string IPAddress { get; set; }<DataMemberAttribute>
Public Property IPAddress As String
Get
Set
public:
[DataMemberAttribute]
property String^ IPAddress {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member IPAddress : string with get, set
function get IPAddress () : String
function set IPAddress (value : String)
Property Value
Type:
String
See Also