Show / Hide Table of Contents

Class UpdateHostnameDetails

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

Inheritance
object
UpdateHostnameDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class UpdateHostnameDetails

Properties

Hostname

Declaration
[JsonProperty(PropertyName = "hostname")]
public string Hostname { get; set; }
Property Value
Type Description
string

The virtual hostname to update. For more information about virtual hostname string construction, see Managing Request Routing.
Example: app.example.com

In this article
Back to top