IpAddressConfiguration object
The Farm Role network ip configuration
Example JSON representation
{
"ipAddress": "string",
"serverIndex": 1,
"type": "GenericStaticIp"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
ipAddress string |
optional |
The address of the Server by index. |
||
serverIndex integer |
optional |
The index of this Server in the Farm Role. |
||
type string |
optional |
"GenericStaticIp" "AwsElasticIp" "AzureStaticPublicIp" "OpenstackFloatingIP" "GceStaticExternalIp" |
The Type of the IP address. Openstack accepts OpenstackFloatingIP and GenericStaticIp. EC2 accepts AwsElasticIp and GenericStaticIp. Azure accepts AzureStaticPublicIp and GenericStaticIp. GCE accepts GceStaticExternalIp and GenericStaticIp. |