Class NetworkResourceConfiguration
Configuration for NETWORK
Inherited Members
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class NetworkResourceConfiguration : BaseResourceConfiguration
Properties
LinkRole
Declaration
[JsonProperty(PropertyName = "linkRole")]
public string LinkRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The role of the link in the network. |
Provider
Declaration
[Required(ErrorMessage = "Provider is required.")]
[JsonProperty(PropertyName = "provider")]
public string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The provider of the network service. |
Remarks
Required
UsageType
Declaration
[Required(ErrorMessage = "UsageType is required.")]
[JsonProperty(PropertyName = "usageType")]
public string UsageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The type of usage for the resource. |
Remarks
Required