Class HostnameDetails
The details of a hostname resource associated with a load balancer.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class HostnameDetailsProperties
Hostname
Declaration
[Required(ErrorMessage = "Hostname is required.")]
[JsonProperty(PropertyName = "hostname")]
public string Hostname { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A virtual hostname. For more information about virtual hostname string construction, see
Managing Request Routing.
 | 
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the hostname resource.
 | 
Remarks
Required