public class PublicAccessNetworkConfigForCreateClusterInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicAccessNetworkConfigForCreateClusterInput.IspEnum
Gets or Sets isp
|
| Constructor and Description |
|---|
PublicAccessNetworkConfigForCreateClusterInput() |
| Modifier and Type | Method and Description |
|---|---|
PublicAccessNetworkConfigForCreateClusterInput |
bandwidth(Integer bandwidth) |
PublicAccessNetworkConfigForCreateClusterInput |
billingType(Integer billingType) |
boolean |
equals(Object o) |
Integer |
getBandwidth()
Get bandwidth
|
Integer |
getBillingType()
Get billingType
|
PublicAccessNetworkConfigForCreateClusterInput.IspEnum |
getIsp()
Get isp
|
int |
hashCode() |
PublicAccessNetworkConfigForCreateClusterInput |
isp(PublicAccessNetworkConfigForCreateClusterInput.IspEnum isp) |
void |
setBandwidth(Integer bandwidth) |
void |
setBillingType(Integer billingType) |
void |
setIsp(PublicAccessNetworkConfigForCreateClusterInput.IspEnum isp) |
String |
toString() |
public PublicAccessNetworkConfigForCreateClusterInput()
public PublicAccessNetworkConfigForCreateClusterInput bandwidth(Integer bandwidth)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public PublicAccessNetworkConfigForCreateClusterInput billingType(Integer billingType)
public Integer getBillingType()
public void setBillingType(Integer billingType)
public PublicAccessNetworkConfigForCreateClusterInput isp(PublicAccessNetworkConfigForCreateClusterInput.IspEnum isp)
public PublicAccessNetworkConfigForCreateClusterInput.IspEnum getIsp()
public void setIsp(PublicAccessNetworkConfigForCreateClusterInput.IspEnum isp)
Copyright © 2024. All rights reserved.