Class LinkedDnszone
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.LinkedDnszone
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LinkedDnszone extends com.ibm.cloud.sdk.core.service.model.GenericModel
linked zone details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LinkedDnszone.State
The state of linked zone.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getApprovalRequiredBefore()
Gets the approvalRequiredBefore.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.LinkedDnszoneLinkedTo
getLinkedTo()
Gets the linkedTo.Date
getModifiedOn()
Gets the modifiedOn.String
getName()
Gets the name.String
getState()
Gets the state.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. Identifier of the linked zone.- Returns:
- the id
-
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 owner's DNS zone.- Returns:
- the name
-
getDescription
public String getDescription()
Gets the description. Descriptive text of the linked zone.- Returns:
- the description
-
getLinkedTo
public LinkedDnszoneLinkedTo getLinkedTo()
Gets the linkedTo. The owner's instance and zone that the zone is linked to.- Returns:
- the linkedTo
-
getState
public String getState()
Gets the state. The state of linked zone.- Returns:
- the state
-
getLabel
public String getLabel()
Gets the label. The label of linked zone.- Returns:
- the label
-
getApprovalRequiredBefore
public Date getApprovalRequiredBefore()
Gets the approvalRequiredBefore. The expired time of linked zone with state `approval pending`.- Returns:
- the approvalRequiredBefore
-
getCreatedOn
public Date getCreatedOn()
Gets the createdOn. The time when the linked zone is created.- Returns:
- the createdOn
-
getModifiedOn
public Date getModifiedOn()
Gets the modifiedOn. The recent time when the linked zone is modified.- Returns:
- the modifiedOn
-
-