File tree Expand file tree Collapse file tree
src/stackit/certificates/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 00b020b2998425397c9a0e51364fe8846fa66880
1+ 2ca895969382a07a0a7e4aa9dd66ecfc19e058b3
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Usage(BaseModel):
2929 Usage
3030 """ # noqa: E501
3131
32- count : Optional [StrictInt ] = Field (default = None , description = "Number of Load Balancers using this certificate." )
32+ count : Optional [StrictInt ] = Field (default = None , description = "Number of listeners using this certificate." )
3333 items : Optional [List [UsageItem ]] = Field (
3434 default = None , description = "List of Load Balancers with their associated listeners that use this certificate."
3535 )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class UsageItem(BaseModel):
2929
3030 listener_names : Optional [List [StrictStr ]] = Field (
3131 default = None ,
32- description = "A list of listener names on this Load Balancer that are using the certificate." ,
32+ description = "The list of listener names in this Load Balancer, that are using the certificate." ,
3333 alias = "listenerNames" ,
3434 )
3535 load_balancer_name : Optional [StrictStr ] = Field (
You can’t perform that action at this time.
0 commit comments