Show / Hide Table of Contents

Class CollectdResourceNameConfigurationDetails

Resource name generation overriding configurations for collectd resource types.

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

Properties

ExcludeProperties

Declaration
[JsonProperty(PropertyName = "excludeProperties")]
public List<string> ExcludeProperties { get; set; }
Property Value
Type Description
List<string>

List of property names to be excluded.

IncludeProperties

Declaration
[JsonProperty(PropertyName = "includeProperties")]
public List<string> IncludeProperties { get; set; }
Property Value
Type Description
List<string>

List of property names to be included.

Suffix

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

String to be suffixed to the resource name.

In this article
Back to top