Class DeleteSecondaryZoneOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.DeleteSecondaryZoneOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class DeleteSecondaryZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteSecondaryZone options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDeleteSecondaryZoneOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinstanceId()Gets the instanceId.DeleteSecondaryZoneOptions.BuildernewBuilder()New builder.StringresolverId()Gets the resolverId.StringsecondaryZoneId()Gets the secondaryZoneId.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic DeleteSecondaryZoneOptions.Builder newBuilder() New builder.- Returns:
- a DeleteSecondaryZoneOptions 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
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-