Class BackendSetIpCollection
Collection of backend environment IP addresses.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BackendSetIpCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<string> Items { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The IP address of the backend server. A server could be a compute instance or a load balancer. |