UpdateHostnameDetails

class oci.load_balancer.models.UpdateHostnameDetails(**kwargs)

Bases: object

The configuration details for updating a virtual hostname. For more information on virtual hostnames, see Managing Request Routing.

Methods

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

Attributes

hostname Gets the hostname of this UpdateHostnameDetails.
__init__(**kwargs)

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

Parameters:hostname (str) – The value to assign to the hostname property of this UpdateHostnameDetails.
hostname

Gets the hostname of this UpdateHostnameDetails. The virtual hostname to update. For more information about virtual hostname string construction, see Managing Request Routing.

Example: app.example.com

Returns:The hostname of this UpdateHostnameDetails.
Return type:str