GeographicalLocation¶
-
class
oci.cloud_guard.models.
GeographicalLocation
(**kwargs)¶ Bases:
object
The geographical location of a problem in terms of latitude and longitude.
Methods
__init__
(**kwargs)Initializes a new GeographicalLocation object with values from keyword arguments. Attributes
latitude
[Required] Gets the latitude of this GeographicalLocation. longitude
[Required] Gets the longitude of this GeographicalLocation. -
__init__
(**kwargs)¶ Initializes a new GeographicalLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - latitude (float) – The value to assign to the latitude property of this GeographicalLocation.
- longitude (float) – The value to assign to the longitude property of this GeographicalLocation.
-
latitude
¶ [Required] Gets the latitude of this GeographicalLocation. Latitude of problem
Returns: The latitude of this GeographicalLocation. Return type: float
-
longitude
¶ [Required] Gets the longitude of this GeographicalLocation. Longitude of problem
Returns: The longitude of this GeographicalLocation. Return type: float
-