BlueGreenDeploymentCollection¶
-
class
oci.mysql.models.BlueGreenDeploymentCollection(**kwargs)¶ Bases:
objectA list of blue/green deployments.
Methods
__init__(**kwargs)Initializes a new BlueGreenDeploymentCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this BlueGreenDeploymentCollection. -
__init__(**kwargs)¶ Initializes a new BlueGreenDeploymentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.mysql.models.BlueGreenDeploymentSummary]) – The value to assign to the items property of this BlueGreenDeploymentCollection.
-
items¶ [Required] Gets the items of this BlueGreenDeploymentCollection. A list of blue/green deployment items.
Returns: The items of this BlueGreenDeploymentCollection. Return type: list[oci.mysql.models.BlueGreenDeploymentSummary]
-