SubscribedServiceLocation

class oci.onesubscription.models.SubscribedServiceLocation(**kwargs)

Bases: object

Address location.

Methods

__init__(**kwargs) Initializes a new SubscribedServiceLocation object with values from keyword arguments.

Attributes

address1 Gets the address1 of this SubscribedServiceLocation.
address2 Gets the address2 of this SubscribedServiceLocation.
city Gets the city of this SubscribedServiceLocation.
country Gets the country of this SubscribedServiceLocation.
postal_code Gets the postal_code of this SubscribedServiceLocation.
region Gets the region of this SubscribedServiceLocation.
tca_location_id Gets the tca_location_id of this SubscribedServiceLocation.
__init__(**kwargs)

Initializes a new SubscribedServiceLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • address1 (str) – The value to assign to the address1 property of this SubscribedServiceLocation.
  • address2 (str) – The value to assign to the address2 property of this SubscribedServiceLocation.
  • postal_code (str) – The value to assign to the postal_code property of this SubscribedServiceLocation.
  • city (str) – The value to assign to the city property of this SubscribedServiceLocation.
  • country (str) – The value to assign to the country property of this SubscribedServiceLocation.
  • region (str) – The value to assign to the region property of this SubscribedServiceLocation.
  • tca_location_id (int) – The value to assign to the tca_location_id property of this SubscribedServiceLocation.
address1

Gets the address1 of this SubscribedServiceLocation. Address first line.

Returns:The address1 of this SubscribedServiceLocation.
Return type:str
address2

Gets the address2 of this SubscribedServiceLocation. Address second line.

Returns:The address2 of this SubscribedServiceLocation.
Return type:str
city

Gets the city of this SubscribedServiceLocation. City.

Returns:The city of this SubscribedServiceLocation.
Return type:str
country

Gets the country of this SubscribedServiceLocation. Country.

Returns:The country of this SubscribedServiceLocation.
Return type:str
postal_code

Gets the postal_code of this SubscribedServiceLocation. Postal code.

Returns:The postal_code of this SubscribedServiceLocation.
Return type:str
region

Gets the region of this SubscribedServiceLocation. Region.

Returns:The region of this SubscribedServiceLocation.
Return type:str
tca_location_id

Gets the tca_location_id of this SubscribedServiceLocation. Region.

Returns:The tca_location_id of this SubscribedServiceLocation.
Return type:int