LocationInfo#
- class LocationInfo(uuid=None, location_type=None, *args, **kwargs)#
Bases:
object
Location info corresponds to a tuple of location type (either node/cluster) and ExtID
- Parameters:
uuid – (
uuid
) Location UUID of the resource.location_type – (
location_type
)
- property location_type#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property uuid#
Location UUID of the resource.
- Type:
str