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.GenericModel
DNS zone details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Dnszone.State
State of DNS zone.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedOn()
Gets the createdOn.String
getDescription()
Gets the description.String
getId()
Gets the id.String
getInstanceId()
Gets the instanceId.String
getLabel()
Gets the label.Date
getModifiedOn()
Gets the modifiedOn.String
getName()
Gets the name.String
getState()
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
-
-