com.aliyuncs.r_kvstore.model.v20150101.CreateDedicatedInstanceResponse Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.r_kvstore.model.v20150101;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.r_kvstore.transform.v20150101.CreateDedicatedInstanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateDedicatedInstanceResponse extends AcsResponse {
private String requestId;
private String instanceId;
private String instanceName;
private String connectionDomain;
private Integer port;
private String userName;
private String instanceStatus;
private String regionId;
private Long capacity;
private String qPS;
private Integer bandwidth;
private Integer connections;
private String zoneId;
private String config;
private String nodeType;
private String networkType;
private String vpcId;
private String vSwitchId;
private String privateIpAddr;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getConnectionDomain() {
return this.connectionDomain;
}
public void setConnectionDomain(String connectionDomain) {
this.connectionDomain = connectionDomain;
}
public Integer getPort() {
return this.port;
}
public void setPort(Integer port) {
this.port = port;
}
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public String getInstanceStatus() {
return this.instanceStatus;
}
public void setInstanceStatus(String instanceStatus) {
this.instanceStatus = instanceStatus;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public Long getCapacity() {
return this.capacity;
}
public void setCapacity(Long capacity) {
this.capacity = capacity;
}
public String getQPS() {
return this.qPS;
}
public void setQPS(String qPS) {
this.qPS = qPS;
}
public Integer getBandwidth() {
return this.bandwidth;
}
public void setBandwidth(Integer bandwidth) {
this.bandwidth = bandwidth;
}
public Integer getConnections() {
return this.connections;
}
public void setConnections(Integer connections) {
this.connections = connections;
}
public String getZoneId() {
return this.zoneId;
}
public void setZoneId(String zoneId) {
this.zoneId = zoneId;
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
public String getNodeType() {
return this.nodeType;
}
public void setNodeType(String nodeType) {
this.nodeType = nodeType;
}
public String getNetworkType() {
return this.networkType;
}
public void setNetworkType(String networkType) {
this.networkType = networkType;
}
public String getVpcId() {
return this.vpcId;
}
public void setVpcId(String vpcId) {
this.vpcId = vpcId;
}
public String getVSwitchId() {
return this.vSwitchId;
}
public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
}
public String getPrivateIpAddr() {
return this.privateIpAddr;
}
public void setPrivateIpAddr(String privateIpAddr) {
this.privateIpAddr = privateIpAddr;
}
@Override
public CreateDedicatedInstanceResponse getInstance(UnmarshallerContext context) {
return CreateDedicatedInstanceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy