Class Dnszone
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.Dnszone
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Dnszone extends com.ibm.cloud.sdk.core.service.model.GenericModelDNS zone details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDnszone.StateState of DNS zone.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetInstanceId()Gets the instanceId.StringgetLabel()Gets the label.DategetModifiedOn()Gets the modifiedOn.StringgetName()Gets the name.StringgetState()Gets the state.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. Unique identifier of a DNS zone.- Returns:
- the id
-
getCreatedOn
public Date getCreatedOn()
Gets the createdOn. The time when a DNS zone is created.- Returns:
- the createdOn
-
getModifiedOn
public Date getModifiedOn()
Gets the modifiedOn. The recent time when a DNS zone is modified.- Returns:
- the modifiedOn
-
getInstanceId
public String getInstanceId()
Gets the instanceId. Unique identifier of a service instance.- Returns:
- the instanceId
-
getName
public String getName()
Gets the name. Name of the DNS zone. Must be a fully qualified domain name.- Returns:
- the name
-
getDescription
public String getDescription()
Gets the description. The text describing the purpose of a DNS zone.- Returns:
- the description
-
getState
public String getState()
Gets the state. State of DNS zone.- Returns:
- the state
-
getLabel
public String getLabel()
Gets the label. The label of a DNS zone.- Returns:
- the label
-
-