| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- package retailcloud
- //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.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // ClusterNodeInfo is a nested struct in retailcloud response
- type ClusterNodeInfo struct {
- BusinessCode string `json:"BusinessCode" xml:"BusinessCode"`
- EcsLocalStorageCapacity string `json:"EcsLocalStorageCapacity" xml:"EcsLocalStorageCapacity"`
- EcsOsType string `json:"EcsOsType" xml:"EcsOsType"`
- InternetMaxBandwidthIn string `json:"InternetMaxBandwidthIn" xml:"InternetMaxBandwidthIn"`
- EcsConfiguration string `json:"EcsConfiguration" xml:"EcsConfiguration"`
- OSName string `json:"OSName" xml:"OSName"`
- InstanceName string `json:"InstanceName" xml:"InstanceName"`
- InstanceType string `json:"InstanceType" xml:"InstanceType"`
- EcsCpu string `json:"EcsCpu" xml:"EcsCpu"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
- EcsExpiredTime string `json:"EcsExpiredTime" xml:"EcsExpiredTime"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- EcsZone string `json:"EcsZone" xml:"EcsZone"`
- EcsMemory string `json:"EcsMemory" xml:"EcsMemory"`
- InternetMaxBandwidthOut string `json:"InternetMaxBandwidthOut" xml:"InternetMaxBandwidthOut"`
- EcsEip string `json:"EcsEip" xml:"EcsEip"`
- VpcId string `json:"VpcId" xml:"VpcId"`
- EcsPublicIp string `json:"EcsPublicIp" xml:"EcsPublicIp"`
- EcsPrivateIp string `json:"EcsPrivateIp" xml:"EcsPrivateIp"`
- }
|