Show / Hide Table of Contents

Class BackendSetIpCollection

Collection of backend environment IP addresses.

Inheritance
object
BackendSetIpCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top