Class UpdateSecondaryZoneOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.UpdateSecondaryZoneOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateSecondaryZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateSecondaryZone options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateSecondaryZoneOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Gets the description.Booleanenabled()Gets the enabled.StringinstanceId()Gets the instanceId.UpdateSecondaryZoneOptions.BuildernewBuilder()New builder.StringresolverId()Gets the resolverId.StringsecondaryZoneId()Gets the secondaryZoneId.List<String>transferFrom()Gets the transferFrom.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateSecondaryZoneOptions.Builder newBuilder() New builder.- Returns:
- a UpdateSecondaryZoneOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
resolverIdpublic String resolverId() Gets the resolverId. The unique identifier of a custom resolver.- Returns:
- the resolverId
 
 - 
secondaryZoneIdpublic String secondaryZoneId() Gets the secondaryZoneId. The unique identifier of a secondary zone.- Returns:
- the secondaryZoneId
 
 - 
descriptionpublic String description() Gets the description. Descriptive text of the secondary zone.- Returns:
- the description
 
 - 
enabledpublic Boolean enabled() Gets the enabled. Enable/Disable the secondary zone.- Returns:
- the enabled
 
 - 
transferFrompublic List<String> transferFrom() Gets the transferFrom. The addresses of DNS servers where the secondary zone data should be transferred from.- Returns:
- the transferFrom
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-