Class CustomResolver
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.CustomResolver
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomResolver extends com.ibm.cloud.sdk.core.service.model.GenericModel
custom resolver details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CustomResolver.Health
Healthy state of the custom resolver.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedOn()
Gets the createdOn.String
getDescription()
Gets the description.String
getHealth()
Gets the health.String
getId()
Gets the id.List<Location>
getLocations()
Gets the locations.Date
getModifiedOn()
Gets the modifiedOn.String
getName()
Gets the name.Boolean
isEnabled()
Gets the enabled.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. Identifier of the custom resolver.- Returns:
- the id
-
getName
public String getName()
Gets the name. Name of the custom resolver.- Returns:
- the name
-
getDescription
public String getDescription()
Gets the description. Descriptive text of the custom resolver.- Returns:
- the description
-
isEnabled
public Boolean isEnabled()
Gets the enabled. Whether the custom resolver is enabled.- Returns:
- the enabled
-
getHealth
public String getHealth()
Gets the health. Healthy state of the custom resolver.- Returns:
- the health
-
getLocations
public List<Location> getLocations()
Gets the locations. Locations on which the custom resolver will be running.- Returns:
- the locations
-
getCreatedOn
public Date getCreatedOn()
Gets the createdOn. the time when a custom resolver is created, RFC3339 format.- Returns:
- the createdOn
-
getModifiedOn
public Date getModifiedOn()
Gets the modifiedOn. the recent time when a custom resolver is modified, RFC3339 format.- Returns:
- the modifiedOn
-
-