Class UpdateResourceTypeConfigTaskDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.stackmonitoring.model.MonitoredResourceTaskDetails
-
- com.oracle.bmc.stackmonitoring.model.UpdateResourceTypeConfigTaskDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public final class UpdateResourceTypeConfigTaskDetails extends MonitoredResourceTaskDetails
Update the availability metrics and the handler configuration for the telegraf/collectd resource types.
Note: Objects should always be created or deserialized using theUpdateResourceTypeConfigTaskDetails.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 theUpdateResourceTypeConfigTaskDetails.Builder
, which maintain a set of all explicitly set fields calledUpdateResourceTypeConfigTaskDetails.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 class
UpdateResourceTypeConfigTaskDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.stackmonitoring.model.MonitoredResourceTaskDetails
MonitoredResourceTaskDetails.Type
-
-
Constructor Summary
Constructors Constructor Description UpdateResourceTypeConfigTaskDetails(HandlerType handlerType, List<ResourceTypeConfigDetails> resourceTypesConfiguration)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateResourceTypeConfigTaskDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
HandlerType
getHandlerType()
Type of the handler.List<ResourceTypeConfigDetails>
getResourceTypesConfiguration()
A collection of resource type configuration details.int
hashCode()
UpdateResourceTypeConfigTaskDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
UpdateResourceTypeConfigTaskDetails
@Deprecated public UpdateResourceTypeConfigTaskDetails(HandlerType handlerType, List<ResourceTypeConfigDetails> resourceTypesConfiguration)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateResourceTypeConfigTaskDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateResourceTypeConfigTaskDetails.Builder toBuilder()
-
getHandlerType
public HandlerType getHandlerType()
Type of the handler.- Returns:
- the value
-
getResourceTypesConfiguration
public List<ResourceTypeConfigDetails> getResourceTypesConfiguration()
A collection of resource type configuration details.User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classMonitoredResourceTaskDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classMonitoredResourceTaskDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classMonitoredResourceTaskDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMonitoredResourceTaskDetails
-
-