Show / Hide Table of Contents

Class NetworkResourceConfiguration

Configuration for NETWORK

Inheritance
object
BaseResourceConfiguration
NetworkResourceConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top