Class CreateSecondaryZoneOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.CreateSecondaryZoneOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSecondaryZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createSecondaryZone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSecondaryZoneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
description()
Gets the description.Boolean
enabled()
Gets the enabled.String
instanceId()
Gets the instanceId.CreateSecondaryZoneOptions.Builder
newBuilder()
New builder.String
resolverId()
Gets the resolverId.List<String>
transferFrom()
Gets the transferFrom.String
xCorrelationId()
Gets the xCorrelationId.String
zone()
Gets the zone.
-
-
-
Method Detail
-
newBuilder
public CreateSecondaryZoneOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSecondaryZoneOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
resolverId
public String resolverId()
Gets the resolverId. The unique identifier of a custom resolver.- Returns:
- the resolverId
-
description
public String description()
Gets the description. Descriptive text of the secondary zone.- Returns:
- the description
-
zone
public String zone()
Gets the zone. zone name.- Returns:
- the zone
-
enabled
public Boolean enabled()
Gets the enabled. Enable/Disable the secondary zone.- Returns:
- the enabled
-
transferFrom
public List<String> transferFrom()
Gets the transferFrom. The addresses of DNS servers where the secondary zone data should be transferred from.- Returns:
- the transferFrom
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-