Class CollectdResourceNameConfigurationDetails
Resource name generation overriding configurations for collectd resource types.
Inherited Members
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. |