AdminDrainRequest
AdminDrainRequest documentation for Python SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| timeout_sec | int | [optional] | |
| reason | str | [optional] | |
| wait_for_quiesce | bool | [optional] |
Example
from goodmem_client.models.admin_drain_request import AdminDrainRequest
# TODO update the JSON string below
json = "{}"
# create an instance of AdminDrainRequest from a JSON string
admin_drain_request_instance = AdminDrainRequest.from_json(json)
# print the JSON string representation of the object
print(AdminDrainRequest.to_json())
# convert the object into a dict
admin_drain_request_dict = admin_drain_request_instance.to_dict()
# create an instance of AdminDrainRequest from a dict
admin_drain_request_from_dict = AdminDrainRequest.from_dict(admin_drain_request_dict)↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK