Class CreateLinkedZoneOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.CreateLinkedZoneOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateLinkedZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createLinkedZone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateLinkedZoneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
description()
Gets the description.String
instanceId()
Gets the instanceId.String
label()
Gets the label.CreateLinkedZoneOptions.Builder
newBuilder()
New builder.String
ownerInstanceId()
Gets the ownerInstanceId.String
ownerZoneId()
Gets the ownerZoneId.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public CreateLinkedZoneOptions.Builder newBuilder()
New builder.- Returns:
- a CreateLinkedZoneOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
ownerInstanceId
public String ownerInstanceId()
Gets the ownerInstanceId. Owner's instance ID.- Returns:
- the ownerInstanceId
-
ownerZoneId
public String ownerZoneId()
Gets the ownerZoneId. Owner's DNS zone ID.- Returns:
- the ownerZoneId
-
description
public String description()
Gets the description. Descriptive text of the linked zone.- Returns:
- the description
-
label
public String label()
Gets the label. The label of linked zone.- Returns:
- the label
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-