Class UpdateHostnameDetails
The configuration details for updating a virtual hostname. For more information on virtual hostnames, see Managing Request Routing.
Inherited Members
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.
|