com.tencentcloudapi.tsf.v20180326.models.VmGroup Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* 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.tencentcloudapi.tsf.v20180326.models;
import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class VmGroup extends AbstractModel {
/**
* 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupId")
@Expose
private String GroupId;
/**
* 部署组名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupName")
@Expose
private String GroupName;
/**
* 部署组状态
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupStatus")
@Expose
private String GroupStatus;
/**
* 程序包ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("PackageId")
@Expose
private String PackageId;
/**
* 程序包名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("PackageName")
@Expose
private String PackageName;
/**
* 程序包版本号
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("PackageVersion")
@Expose
private String PackageVersion;
/**
* 集群ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ClusterId")
@Expose
private String ClusterId;
/**
* 集群名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ClusterName")
@Expose
private String ClusterName;
/**
* 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("NamespaceId")
@Expose
private String NamespaceId;
/**
* 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("NamespaceName")
@Expose
private String NamespaceName;
/**
* 应用ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ApplicationId")
@Expose
private String ApplicationId;
/**
* 应用名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ApplicationName")
@Expose
private String ApplicationName;
/**
* 部署组机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("InstanceCount")
@Expose
private Long InstanceCount;
/**
* 部署组运行中机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("RunInstanceCount")
@Expose
private Long RunInstanceCount;
/**
* 部署组启动参数信息
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("StartupParameters")
@Expose
private String StartupParameters;
/**
* 部署组创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("CreateTime")
@Expose
private String CreateTime;
/**
* 部署组更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UpdateTime")
@Expose
private String UpdateTime;
/**
* 部署组停止机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("OffInstanceCount")
@Expose
private Long OffInstanceCount;
/**
* 部署组描述信息
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupDesc")
@Expose
private String GroupDesc;
/**
* 微服务类型
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("MicroserviceType")
@Expose
private String MicroserviceType;
/**
* 应用类型
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ApplicationType")
@Expose
private String ApplicationType;
/**
* 部署组资源类型
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupResourceType")
@Expose
private String GroupResourceType;
/**
* 部署组更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UpdatedTime")
@Expose
private Long UpdatedTime;
/**
* 部署应用描述信息
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeployDesc")
@Expose
private String DeployDesc;
/**
* 滚动发布的更新方式
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UpdateType")
@Expose
private Long UpdateType;
/**
* 发布是否启用beta批次
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeployBetaEnable")
@Expose
private Boolean DeployBetaEnable;
/**
* 滚动发布的批次比例列表
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeployBatch")
@Expose
private Float [] DeployBatch;
/**
* 滚动发布的批次执行方式
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeployExeMode")
@Expose
private String DeployExeMode;
/**
* 滚动发布的每个批次的等待时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeployWaitTime")
@Expose
private Long DeployWaitTime;
/**
* 是否开启了健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("EnableHealthCheck")
@Expose
private Boolean EnableHealthCheck;
/**
* 健康检查配置
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("HealthCheckSettings")
@Expose
private HealthCheckSettings HealthCheckSettings;
/**
* 程序包类型
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("PackageType")
@Expose
private String PackageType;
/**
* 启动脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("StartScript")
@Expose
private String StartScript;
/**
* 停止脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("StopScript")
@Expose
private String StopScript;
/**
* 部署组备注
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Alias")
@Expose
private String Alias;
/**
* javaagent信息
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("AgentProfileList")
@Expose
private AgentProfile [] AgentProfileList;
/**
* 预热属性配置
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("WarmupSetting")
@Expose
private WarmupSetting WarmupSetting;
/**
* Envoy网关配置
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GatewayConfig")
@Expose
private GatewayConfig GatewayConfig;
/**
* 批次是否开启健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("EnableBatchHealthCheck")
@Expose
private Boolean EnableBatchHealthCheck;
/**
* Get 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupId 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupId() {
return this.GroupId;
}
/**
* Set 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupId 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupId(String GroupId) {
this.GroupId = GroupId;
}
/**
* Get 部署组名称
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupName 部署组名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupName() {
return this.GroupName;
}
/**
* Set 部署组名称
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupName 部署组名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupName(String GroupName) {
this.GroupName = GroupName;
}
/**
* Get 部署组状态
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupStatus 部署组状态
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupStatus() {
return this.GroupStatus;
}
/**
* Set 部署组状态
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupStatus 部署组状态
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupStatus(String GroupStatus) {
this.GroupStatus = GroupStatus;
}
/**
* Get 程序包ID
注意:此字段可能返回 null,表示取不到有效值。
* @return PackageId 程序包ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getPackageId() {
return this.PackageId;
}
/**
* Set 程序包ID
注意:此字段可能返回 null,表示取不到有效值。
* @param PackageId 程序包ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPackageId(String PackageId) {
this.PackageId = PackageId;
}
/**
* Get 程序包名称
注意:此字段可能返回 null,表示取不到有效值。
* @return PackageName 程序包名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getPackageName() {
return this.PackageName;
}
/**
* Set 程序包名称
注意:此字段可能返回 null,表示取不到有效值。
* @param PackageName 程序包名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPackageName(String PackageName) {
this.PackageName = PackageName;
}
/**
* Get 程序包版本号
注意:此字段可能返回 null,表示取不到有效值。
* @return PackageVersion 程序包版本号
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getPackageVersion() {
return this.PackageVersion;
}
/**
* Set 程序包版本号
注意:此字段可能返回 null,表示取不到有效值。
* @param PackageVersion 程序包版本号
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPackageVersion(String PackageVersion) {
this.PackageVersion = PackageVersion;
}
/**
* Get 集群ID
注意:此字段可能返回 null,表示取不到有效值。
* @return ClusterId 集群ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getClusterId() {
return this.ClusterId;
}
/**
* Set 集群ID
注意:此字段可能返回 null,表示取不到有效值。
* @param ClusterId 集群ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setClusterId(String ClusterId) {
this.ClusterId = ClusterId;
}
/**
* Get 集群名称
注意:此字段可能返回 null,表示取不到有效值。
* @return ClusterName 集群名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getClusterName() {
return this.ClusterName;
}
/**
* Set 集群名称
注意:此字段可能返回 null,表示取不到有效值。
* @param ClusterName 集群名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setClusterName(String ClusterName) {
this.ClusterName = ClusterName;
}
/**
* Get 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
* @return NamespaceId 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getNamespaceId() {
return this.NamespaceId;
}
/**
* Set 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
* @param NamespaceId 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setNamespaceId(String NamespaceId) {
this.NamespaceId = NamespaceId;
}
/**
* Get 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
* @return NamespaceName 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getNamespaceName() {
return this.NamespaceName;
}
/**
* Set 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
* @param NamespaceName 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setNamespaceName(String NamespaceName) {
this.NamespaceName = NamespaceName;
}
/**
* Get 应用ID
注意:此字段可能返回 null,表示取不到有效值。
* @return ApplicationId 应用ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getApplicationId() {
return this.ApplicationId;
}
/**
* Set 应用ID
注意:此字段可能返回 null,表示取不到有效值。
* @param ApplicationId 应用ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setApplicationId(String ApplicationId) {
this.ApplicationId = ApplicationId;
}
/**
* Get 应用名称
注意:此字段可能返回 null,表示取不到有效值。
* @return ApplicationName 应用名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getApplicationName() {
return this.ApplicationName;
}
/**
* Set 应用名称
注意:此字段可能返回 null,表示取不到有效值。
* @param ApplicationName 应用名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setApplicationName(String ApplicationName) {
this.ApplicationName = ApplicationName;
}
/**
* Get 部署组机器数目
注意:此字段可能返回 null,表示取不到有效值。
* @return InstanceCount 部署组机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getInstanceCount() {
return this.InstanceCount;
}
/**
* Set 部署组机器数目
注意:此字段可能返回 null,表示取不到有效值。
* @param InstanceCount 部署组机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setInstanceCount(Long InstanceCount) {
this.InstanceCount = InstanceCount;
}
/**
* Get 部署组运行中机器数目
注意:此字段可能返回 null,表示取不到有效值。
* @return RunInstanceCount 部署组运行中机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getRunInstanceCount() {
return this.RunInstanceCount;
}
/**
* Set 部署组运行中机器数目
注意:此字段可能返回 null,表示取不到有效值。
* @param RunInstanceCount 部署组运行中机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setRunInstanceCount(Long RunInstanceCount) {
this.RunInstanceCount = RunInstanceCount;
}
/**
* Get 部署组启动参数信息
注意:此字段可能返回 null,表示取不到有效值。
* @return StartupParameters 部署组启动参数信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getStartupParameters() {
return this.StartupParameters;
}
/**
* Set 部署组启动参数信息
注意:此字段可能返回 null,表示取不到有效值。
* @param StartupParameters 部署组启动参数信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setStartupParameters(String StartupParameters) {
this.StartupParameters = StartupParameters;
}
/**
* Get 部署组创建时间
注意:此字段可能返回 null,表示取不到有效值。
* @return CreateTime 部署组创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getCreateTime() {
return this.CreateTime;
}
/**
* Set 部署组创建时间
注意:此字段可能返回 null,表示取不到有效值。
* @param CreateTime 部署组创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setCreateTime(String CreateTime) {
this.CreateTime = CreateTime;
}
/**
* Get 部署组更新时间
注意:此字段可能返回 null,表示取不到有效值。
* @return UpdateTime 部署组更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getUpdateTime() {
return this.UpdateTime;
}
/**
* Set 部署组更新时间
注意:此字段可能返回 null,表示取不到有效值。
* @param UpdateTime 部署组更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUpdateTime(String UpdateTime) {
this.UpdateTime = UpdateTime;
}
/**
* Get 部署组停止机器数目
注意:此字段可能返回 null,表示取不到有效值。
* @return OffInstanceCount 部署组停止机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getOffInstanceCount() {
return this.OffInstanceCount;
}
/**
* Set 部署组停止机器数目
注意:此字段可能返回 null,表示取不到有效值。
* @param OffInstanceCount 部署组停止机器数目
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setOffInstanceCount(Long OffInstanceCount) {
this.OffInstanceCount = OffInstanceCount;
}
/**
* Get 部署组描述信息
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupDesc 部署组描述信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupDesc() {
return this.GroupDesc;
}
/**
* Set 部署组描述信息
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupDesc 部署组描述信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupDesc(String GroupDesc) {
this.GroupDesc = GroupDesc;
}
/**
* Get 微服务类型
注意:此字段可能返回 null,表示取不到有效值。
* @return MicroserviceType 微服务类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getMicroserviceType() {
return this.MicroserviceType;
}
/**
* Set 微服务类型
注意:此字段可能返回 null,表示取不到有效值。
* @param MicroserviceType 微服务类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setMicroserviceType(String MicroserviceType) {
this.MicroserviceType = MicroserviceType;
}
/**
* Get 应用类型
注意:此字段可能返回 null,表示取不到有效值。
* @return ApplicationType 应用类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getApplicationType() {
return this.ApplicationType;
}
/**
* Set 应用类型
注意:此字段可能返回 null,表示取不到有效值。
* @param ApplicationType 应用类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setApplicationType(String ApplicationType) {
this.ApplicationType = ApplicationType;
}
/**
* Get 部署组资源类型
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupResourceType 部署组资源类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupResourceType() {
return this.GroupResourceType;
}
/**
* Set 部署组资源类型
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupResourceType 部署组资源类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupResourceType(String GroupResourceType) {
this.GroupResourceType = GroupResourceType;
}
/**
* Get 部署组更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
* @return UpdatedTime 部署组更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getUpdatedTime() {
return this.UpdatedTime;
}
/**
* Set 部署组更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
* @param UpdatedTime 部署组更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUpdatedTime(Long UpdatedTime) {
this.UpdatedTime = UpdatedTime;
}
/**
* Get 部署应用描述信息
注意:此字段可能返回 null,表示取不到有效值。
* @return DeployDesc 部署应用描述信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getDeployDesc() {
return this.DeployDesc;
}
/**
* Set 部署应用描述信息
注意:此字段可能返回 null,表示取不到有效值。
* @param DeployDesc 部署应用描述信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeployDesc(String DeployDesc) {
this.DeployDesc = DeployDesc;
}
/**
* Get 滚动发布的更新方式
注意:此字段可能返回 null,表示取不到有效值。
* @return UpdateType 滚动发布的更新方式
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getUpdateType() {
return this.UpdateType;
}
/**
* Set 滚动发布的更新方式
注意:此字段可能返回 null,表示取不到有效值。
* @param UpdateType 滚动发布的更新方式
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUpdateType(Long UpdateType) {
this.UpdateType = UpdateType;
}
/**
* Get 发布是否启用beta批次
注意:此字段可能返回 null,表示取不到有效值。
* @return DeployBetaEnable 发布是否启用beta批次
注意:此字段可能返回 null,表示取不到有效值。
*/
public Boolean getDeployBetaEnable() {
return this.DeployBetaEnable;
}
/**
* Set 发布是否启用beta批次
注意:此字段可能返回 null,表示取不到有效值。
* @param DeployBetaEnable 发布是否启用beta批次
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeployBetaEnable(Boolean DeployBetaEnable) {
this.DeployBetaEnable = DeployBetaEnable;
}
/**
* Get 滚动发布的批次比例列表
注意:此字段可能返回 null,表示取不到有效值。
* @return DeployBatch 滚动发布的批次比例列表
注意:此字段可能返回 null,表示取不到有效值。
*/
public Float [] getDeployBatch() {
return this.DeployBatch;
}
/**
* Set 滚动发布的批次比例列表
注意:此字段可能返回 null,表示取不到有效值。
* @param DeployBatch 滚动发布的批次比例列表
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeployBatch(Float [] DeployBatch) {
this.DeployBatch = DeployBatch;
}
/**
* Get 滚动发布的批次执行方式
注意:此字段可能返回 null,表示取不到有效值。
* @return DeployExeMode 滚动发布的批次执行方式
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getDeployExeMode() {
return this.DeployExeMode;
}
/**
* Set 滚动发布的批次执行方式
注意:此字段可能返回 null,表示取不到有效值。
* @param DeployExeMode 滚动发布的批次执行方式
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeployExeMode(String DeployExeMode) {
this.DeployExeMode = DeployExeMode;
}
/**
* Get 滚动发布的每个批次的等待时间
注意:此字段可能返回 null,表示取不到有效值。
* @return DeployWaitTime 滚动发布的每个批次的等待时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getDeployWaitTime() {
return this.DeployWaitTime;
}
/**
* Set 滚动发布的每个批次的等待时间
注意:此字段可能返回 null,表示取不到有效值。
* @param DeployWaitTime 滚动发布的每个批次的等待时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeployWaitTime(Long DeployWaitTime) {
this.DeployWaitTime = DeployWaitTime;
}
/**
* Get 是否开启了健康检查
注意:此字段可能返回 null,表示取不到有效值。
* @return EnableHealthCheck 是否开启了健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
public Boolean getEnableHealthCheck() {
return this.EnableHealthCheck;
}
/**
* Set 是否开启了健康检查
注意:此字段可能返回 null,表示取不到有效值。
* @param EnableHealthCheck 是否开启了健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setEnableHealthCheck(Boolean EnableHealthCheck) {
this.EnableHealthCheck = EnableHealthCheck;
}
/**
* Get 健康检查配置
注意:此字段可能返回 null,表示取不到有效值。
* @return HealthCheckSettings 健康检查配置
注意:此字段可能返回 null,表示取不到有效值。
*/
public HealthCheckSettings getHealthCheckSettings() {
return this.HealthCheckSettings;
}
/**
* Set 健康检查配置
注意:此字段可能返回 null,表示取不到有效值。
* @param HealthCheckSettings 健康检查配置
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setHealthCheckSettings(HealthCheckSettings HealthCheckSettings) {
this.HealthCheckSettings = HealthCheckSettings;
}
/**
* Get 程序包类型
注意:此字段可能返回 null,表示取不到有效值。
* @return PackageType 程序包类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getPackageType() {
return this.PackageType;
}
/**
* Set 程序包类型
注意:此字段可能返回 null,表示取不到有效值。
* @param PackageType 程序包类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPackageType(String PackageType) {
this.PackageType = PackageType;
}
/**
* Get 启动脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
* @return StartScript 启动脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getStartScript() {
return this.StartScript;
}
/**
* Set 启动脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
* @param StartScript 启动脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setStartScript(String StartScript) {
this.StartScript = StartScript;
}
/**
* Get 停止脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
* @return StopScript 停止脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getStopScript() {
return this.StopScript;
}
/**
* Set 停止脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
* @param StopScript 停止脚本 base64编码
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setStopScript(String StopScript) {
this.StopScript = StopScript;
}
/**
* Get 部署组备注
注意:此字段可能返回 null,表示取不到有效值。
* @return Alias 部署组备注
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getAlias() {
return this.Alias;
}
/**
* Set 部署组备注
注意:此字段可能返回 null,表示取不到有效值。
* @param Alias 部署组备注
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setAlias(String Alias) {
this.Alias = Alias;
}
/**
* Get javaagent信息
注意:此字段可能返回 null,表示取不到有效值。
* @return AgentProfileList javaagent信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public AgentProfile [] getAgentProfileList() {
return this.AgentProfileList;
}
/**
* Set javaagent信息
注意:此字段可能返回 null,表示取不到有效值。
* @param AgentProfileList javaagent信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setAgentProfileList(AgentProfile [] AgentProfileList) {
this.AgentProfileList = AgentProfileList;
}
/**
* Get 预热属性配置
注意:此字段可能返回 null,表示取不到有效值。
* @return WarmupSetting 预热属性配置
注意:此字段可能返回 null,表示取不到有效值。
*/
public WarmupSetting getWarmupSetting() {
return this.WarmupSetting;
}
/**
* Set 预热属性配置
注意:此字段可能返回 null,表示取不到有效值。
* @param WarmupSetting 预热属性配置
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setWarmupSetting(WarmupSetting WarmupSetting) {
this.WarmupSetting = WarmupSetting;
}
/**
* Get Envoy网关配置
注意:此字段可能返回 null,表示取不到有效值。
* @return GatewayConfig Envoy网关配置
注意:此字段可能返回 null,表示取不到有效值。
*/
public GatewayConfig getGatewayConfig() {
return this.GatewayConfig;
}
/**
* Set Envoy网关配置
注意:此字段可能返回 null,表示取不到有效值。
* @param GatewayConfig Envoy网关配置
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGatewayConfig(GatewayConfig GatewayConfig) {
this.GatewayConfig = GatewayConfig;
}
/**
* Get 批次是否开启健康检查
注意:此字段可能返回 null,表示取不到有效值。
* @return EnableBatchHealthCheck 批次是否开启健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
public Boolean getEnableBatchHealthCheck() {
return this.EnableBatchHealthCheck;
}
/**
* Set 批次是否开启健康检查
注意:此字段可能返回 null,表示取不到有效值。
* @param EnableBatchHealthCheck 批次是否开启健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setEnableBatchHealthCheck(Boolean EnableBatchHealthCheck) {
this.EnableBatchHealthCheck = EnableBatchHealthCheck;
}
public VmGroup() {
}
/**
* NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
* and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
*/
public VmGroup(VmGroup source) {
if (source.GroupId != null) {
this.GroupId = new String(source.GroupId);
}
if (source.GroupName != null) {
this.GroupName = new String(source.GroupName);
}
if (source.GroupStatus != null) {
this.GroupStatus = new String(source.GroupStatus);
}
if (source.PackageId != null) {
this.PackageId = new String(source.PackageId);
}
if (source.PackageName != null) {
this.PackageName = new String(source.PackageName);
}
if (source.PackageVersion != null) {
this.PackageVersion = new String(source.PackageVersion);
}
if (source.ClusterId != null) {
this.ClusterId = new String(source.ClusterId);
}
if (source.ClusterName != null) {
this.ClusterName = new String(source.ClusterName);
}
if (source.NamespaceId != null) {
this.NamespaceId = new String(source.NamespaceId);
}
if (source.NamespaceName != null) {
this.NamespaceName = new String(source.NamespaceName);
}
if (source.ApplicationId != null) {
this.ApplicationId = new String(source.ApplicationId);
}
if (source.ApplicationName != null) {
this.ApplicationName = new String(source.ApplicationName);
}
if (source.InstanceCount != null) {
this.InstanceCount = new Long(source.InstanceCount);
}
if (source.RunInstanceCount != null) {
this.RunInstanceCount = new Long(source.RunInstanceCount);
}
if (source.StartupParameters != null) {
this.StartupParameters = new String(source.StartupParameters);
}
if (source.CreateTime != null) {
this.CreateTime = new String(source.CreateTime);
}
if (source.UpdateTime != null) {
this.UpdateTime = new String(source.UpdateTime);
}
if (source.OffInstanceCount != null) {
this.OffInstanceCount = new Long(source.OffInstanceCount);
}
if (source.GroupDesc != null) {
this.GroupDesc = new String(source.GroupDesc);
}
if (source.MicroserviceType != null) {
this.MicroserviceType = new String(source.MicroserviceType);
}
if (source.ApplicationType != null) {
this.ApplicationType = new String(source.ApplicationType);
}
if (source.GroupResourceType != null) {
this.GroupResourceType = new String(source.GroupResourceType);
}
if (source.UpdatedTime != null) {
this.UpdatedTime = new Long(source.UpdatedTime);
}
if (source.DeployDesc != null) {
this.DeployDesc = new String(source.DeployDesc);
}
if (source.UpdateType != null) {
this.UpdateType = new Long(source.UpdateType);
}
if (source.DeployBetaEnable != null) {
this.DeployBetaEnable = new Boolean(source.DeployBetaEnable);
}
if (source.DeployBatch != null) {
this.DeployBatch = new Float[source.DeployBatch.length];
for (int i = 0; i < source.DeployBatch.length; i++) {
this.DeployBatch[i] = new Float(source.DeployBatch[i]);
}
}
if (source.DeployExeMode != null) {
this.DeployExeMode = new String(source.DeployExeMode);
}
if (source.DeployWaitTime != null) {
this.DeployWaitTime = new Long(source.DeployWaitTime);
}
if (source.EnableHealthCheck != null) {
this.EnableHealthCheck = new Boolean(source.EnableHealthCheck);
}
if (source.HealthCheckSettings != null) {
this.HealthCheckSettings = new HealthCheckSettings(source.HealthCheckSettings);
}
if (source.PackageType != null) {
this.PackageType = new String(source.PackageType);
}
if (source.StartScript != null) {
this.StartScript = new String(source.StartScript);
}
if (source.StopScript != null) {
this.StopScript = new String(source.StopScript);
}
if (source.Alias != null) {
this.Alias = new String(source.Alias);
}
if (source.AgentProfileList != null) {
this.AgentProfileList = new AgentProfile[source.AgentProfileList.length];
for (int i = 0; i < source.AgentProfileList.length; i++) {
this.AgentProfileList[i] = new AgentProfile(source.AgentProfileList[i]);
}
}
if (source.WarmupSetting != null) {
this.WarmupSetting = new WarmupSetting(source.WarmupSetting);
}
if (source.GatewayConfig != null) {
this.GatewayConfig = new GatewayConfig(source.GatewayConfig);
}
if (source.EnableBatchHealthCheck != null) {
this.EnableBatchHealthCheck = new Boolean(source.EnableBatchHealthCheck);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "GroupId", this.GroupId);
this.setParamSimple(map, prefix + "GroupName", this.GroupName);
this.setParamSimple(map, prefix + "GroupStatus", this.GroupStatus);
this.setParamSimple(map, prefix + "PackageId", this.PackageId);
this.setParamSimple(map, prefix + "PackageName", this.PackageName);
this.setParamSimple(map, prefix + "PackageVersion", this.PackageVersion);
this.setParamSimple(map, prefix + "ClusterId", this.ClusterId);
this.setParamSimple(map, prefix + "ClusterName", this.ClusterName);
this.setParamSimple(map, prefix + "NamespaceId", this.NamespaceId);
this.setParamSimple(map, prefix + "NamespaceName", this.NamespaceName);
this.setParamSimple(map, prefix + "ApplicationId", this.ApplicationId);
this.setParamSimple(map, prefix + "ApplicationName", this.ApplicationName);
this.setParamSimple(map, prefix + "InstanceCount", this.InstanceCount);
this.setParamSimple(map, prefix + "RunInstanceCount", this.RunInstanceCount);
this.setParamSimple(map, prefix + "StartupParameters", this.StartupParameters);
this.setParamSimple(map, prefix + "CreateTime", this.CreateTime);
this.setParamSimple(map, prefix + "UpdateTime", this.UpdateTime);
this.setParamSimple(map, prefix + "OffInstanceCount", this.OffInstanceCount);
this.setParamSimple(map, prefix + "GroupDesc", this.GroupDesc);
this.setParamSimple(map, prefix + "MicroserviceType", this.MicroserviceType);
this.setParamSimple(map, prefix + "ApplicationType", this.ApplicationType);
this.setParamSimple(map, prefix + "GroupResourceType", this.GroupResourceType);
this.setParamSimple(map, prefix + "UpdatedTime", this.UpdatedTime);
this.setParamSimple(map, prefix + "DeployDesc", this.DeployDesc);
this.setParamSimple(map, prefix + "UpdateType", this.UpdateType);
this.setParamSimple(map, prefix + "DeployBetaEnable", this.DeployBetaEnable);
this.setParamArraySimple(map, prefix + "DeployBatch.", this.DeployBatch);
this.setParamSimple(map, prefix + "DeployExeMode", this.DeployExeMode);
this.setParamSimple(map, prefix + "DeployWaitTime", this.DeployWaitTime);
this.setParamSimple(map, prefix + "EnableHealthCheck", this.EnableHealthCheck);
this.setParamObj(map, prefix + "HealthCheckSettings.", this.HealthCheckSettings);
this.setParamSimple(map, prefix + "PackageType", this.PackageType);
this.setParamSimple(map, prefix + "StartScript", this.StartScript);
this.setParamSimple(map, prefix + "StopScript", this.StopScript);
this.setParamSimple(map, prefix + "Alias", this.Alias);
this.setParamArrayObj(map, prefix + "AgentProfileList.", this.AgentProfileList);
this.setParamObj(map, prefix + "WarmupSetting.", this.WarmupSetting);
this.setParamObj(map, prefix + "GatewayConfig.", this.GatewayConfig);
this.setParamSimple(map, prefix + "EnableBatchHealthCheck", this.EnableBatchHealthCheck);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy