BackendSetIpCollection¶
-
class
oci.devops.models.
BackendSetIpCollection
(**kwargs)¶ Bases:
object
Collection of backend environment IP addresses.
Methods
__init__
(**kwargs)Initializes a new BackendSetIpCollection object with values from keyword arguments. Attributes
items
Gets the items of this BackendSetIpCollection. -
__init__
(**kwargs)¶ Initializes a new BackendSetIpCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[str]) – The value to assign to the items property of this BackendSetIpCollection.
-
items
¶ Gets the items of this BackendSetIpCollection. The IP address of the backend server. A server could be a compute instance or a load balancer.
Returns: The items of this BackendSetIpCollection. Return type: list[str]
-