Class MonitoredResourceTypeSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.stackmonitoring.model.MonitoredResourceTypeSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public final class MonitoredResourceTypeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe summary of monitored resource type.
Note: Objects should always be created or deserialized using theMonitoredResourceTypeSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theMonitoredResourceTypeSummary.Builder, which maintain a set of all explicitly set fields calledMonitoredResourceTypeSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMonitoredResourceTypeSummary.Builder
-
Constructor Summary
Constructors Constructor Description MonitoredResourceTypeSummary(String id, String name, String displayName, String description, String metricNamespace, String compartmentId, AvailabilityMetricsDetails availabilityMetricsConfig, AgentExtensionHandlerConfiguration handlerConfig, Boolean isSystemDefined, ResourceTypeLifecycleState lifecycleState, SourceType sourceType, ResourceCategory resourceCategory, ResourceTypeMetadataDetails metadata, Map<String,String> additionalNamespaceMap, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoredResourceTypeSummary.Builderbuilder()Create a new builder.booleanequals(Object o)Map<String,String>getAdditionalNamespaceMap()Key/Value pair for additional namespaces used by stack monitoring services for SYSTEM (SMB) resource types.AvailabilityMetricsDetailsgetAvailabilityMetricsConfig()StringgetCompartmentId()Compartment Identifier OCID.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDescription()A friendly description.StringgetDisplayName()Monitored resource type display name.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.AgentExtensionHandlerConfigurationgetHandlerConfig()StringgetId()Monitored resource type identifier OCID.BooleangetIsSystemDefined()If boolean flag is true, then the resource type cannot be modified or deleted.ResourceTypeLifecycleStategetLifecycleState()Lifecycle state of the monitored resource type.ResourceTypeMetadataDetailsgetMetadata()StringgetMetricNamespace()Metric namespace for resource type.StringgetName()A unique monitored resource type name.ResourceCategorygetResourceCategory()Resource Category to indicate the kind of resource type.SourceTypegetSourceType()Source type to indicate if the resource is stack monitoring discovered, OCI native resource, etc.Map<String,Map<String,Object>>getSystemTags()Usage of system tag keys.DategetTimeCreated()The date and time when the monitored resource type was created, expressed in RFC 3339 timestamp format.DategetTimeUpdated()The date and time when the monitored resource was updated, expressed in RFC 3339 timestamp format.inthashCode()MonitoredResourceTypeSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
MonitoredResourceTypeSummary
@Deprecated @ConstructorProperties({"id","name","displayName","description","metricNamespace","compartmentId","availabilityMetricsConfig","handlerConfig","isSystemDefined","lifecycleState","sourceType","resourceCategory","metadata","additionalNamespaceMap","timeCreated","timeUpdated","freeformTags","definedTags","systemTags"}) public MonitoredResourceTypeSummary(String id, String name, String displayName, String description, String metricNamespace, String compartmentId, AvailabilityMetricsDetails availabilityMetricsConfig, AgentExtensionHandlerConfiguration handlerConfig, Boolean isSystemDefined, ResourceTypeLifecycleState lifecycleState, SourceType sourceType, ResourceCategory resourceCategory, ResourceTypeMetadataDetails metadata, Map<String,String> additionalNamespaceMap, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-
-
Method Detail
-
builder
public static MonitoredResourceTypeSummary.Builder builder()
Create a new builder.
-
toBuilder
public MonitoredResourceTypeSummary.Builder toBuilder()
-
getName
public String getName()
A unique monitored resource type name.The name must be unique across tenancy. Name can not be changed.
- Returns:
- the value
-
getDisplayName
public String getDisplayName()
Monitored resource type display name.- Returns:
- the value
-
getDescription
public String getDescription()
A friendly description.- Returns:
- the value
-
getMetricNamespace
public String getMetricNamespace()
Metric namespace for resource type.- Returns:
- the value
-
getAvailabilityMetricsConfig
public AvailabilityMetricsDetails getAvailabilityMetricsConfig()
-
getHandlerConfig
public AgentExtensionHandlerConfiguration getHandlerConfig()
-
getIsSystemDefined
public Boolean getIsSystemDefined()
If boolean flag is true, then the resource type cannot be modified or deleted.- Returns:
- the value
-
getLifecycleState
public ResourceTypeLifecycleState getLifecycleState()
Lifecycle state of the monitored resource type.- Returns:
- the value
-
getSourceType
public SourceType getSourceType()
Source type to indicate if the resource is stack monitoring discovered, OCI native resource, etc.- Returns:
- the value
-
getResourceCategory
public ResourceCategory getResourceCategory()
Resource Category to indicate the kind of resource type.- Returns:
- the value
-
getMetadata
public ResourceTypeMetadataDetails getMetadata()
-
getAdditionalNamespaceMap
public Map<String,String> getAdditionalNamespaceMap()
Key/Value pair for additional namespaces used by stack monitoring services for SYSTEM (SMB) resource types.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time when the monitored resource type was created, expressed in RFC 3339 timestamp format.- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The date and time when the monitored resource was updated, expressed in RFC 3339 timestamp format.- Returns:
- the value
-
getFreeformTags
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Returns:
- the value
-
getSystemTags
public Map<String,Map<String,Object>> getSystemTags()
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-