Package com.cloudera.cdp.dw.model
Class AzureOptionsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.dw.model.AzureOptionsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:51.717-07:00") public class AzureOptionsResponse extends CdpResponse
Response object of the cluster Azure settings.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description AzureOptionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getEnableAZ()
Getter for enableAZ.String
getLogAnalyticsWorkspaceId()
Getter for logAnalyticsWorkspaceId.String
getOutboundType()
Getter for outboundType.String
getSubnetId()
Getter for subnetId.int
hashCode()
void
setEnableAZ(Boolean enableAZ)
Setter for enableAZ.void
setLogAnalyticsWorkspaceId(String logAnalyticsWorkspaceId)
Setter for logAnalyticsWorkspaceId.void
setOutboundType(String outboundType)
Setter for outboundType.void
setSubnetId(String subnetId)
Setter for subnetId.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getSubnetId
public String getSubnetId()
Getter for subnetId. ID of Azure subnet where the cluster is deployed.
-
setSubnetId
public void setSubnetId(String subnetId)
Setter for subnetId. ID of Azure subnet where the cluster is deployed.
-
getEnableAZ
public Boolean getEnableAZ()
Getter for enableAZ. Denotes whther the Azure Availability Zones for the cluster is enabled or not.
-
setEnableAZ
public void setEnableAZ(Boolean enableAZ)
Setter for enableAZ. Denotes whther the Azure Availability Zones for the cluster is enabled or not.
-
getOutboundType
public String getOutboundType()
Getter for outboundType. The current outbound type setting.
-
setOutboundType
public void setOutboundType(String outboundType)
Setter for outboundType. The current outbound type setting.
-
getLogAnalyticsWorkspaceId
public String getLogAnalyticsWorkspaceId()
Getter for logAnalyticsWorkspaceId. Workspace ID for Azure log analytics.
-
setLogAnalyticsWorkspaceId
public void setLogAnalyticsWorkspaceId(String logAnalyticsWorkspaceId)
Setter for logAnalyticsWorkspaceId. Workspace ID for Azure log analytics.
-
-