RegisterInstanceResponse#
- pydantic model ansys.hps.client.rcs.RegisterInstanceResponse#
Redis instance route information.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
Show JSON schema
{ "title": "RegisterInstanceResponse", "description": "Redis instance route information.", "type": "object", "properties": { "instance_url": { "title": "Instance Url", "type": "string" }, "resource_name": { "title": "Resource Name", "type": "string" } }, "required": [ "instance_url", "resource_name" ] }
- Fields:
instance_url (str)resource_name (str)
- field instance_url: str [Required]#
- field resource_name: str [Required]#