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