public static class DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
clusterIds
The clusters on the data plane.
|
Map<String,String> |
labels
The labels of the service.
|
String |
namespace
The namespace in which the service resides.
|
List<DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetailsPorts> |
ports
The ports declared for the service.
|
String |
serviceName
The name of a service.
|
String |
serviceType
The type of the service.
|
| 构造器和说明 |
|---|
DescribeImportedServicesDetailResponseBodyDetails() |
@NameInMap(value="ClusterIds") public List<String> clusterIds
The clusters on the data plane.
@NameInMap(value="Namespace") public String namespace
The namespace in which the service resides.
@NameInMap(value="Ports") public List<DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetailsPorts> ports
The ports declared for the service.
@NameInMap(value="ServiceName") public String serviceName
The name of a service.
@NameInMap(value="ServiceType") public String serviceType
The type of the service.
public DescribeImportedServicesDetailResponseBodyDetails()
public static DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails build(Map<String,?> map) throws Exception
Exceptionpublic DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails setClusterIds(List<String> clusterIds)
public DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails setLabels(Map<String,String> labels)
public DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails setNamespace(String namespace)
public String getNamespace()
public DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails setPorts(List<DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetailsPorts> ports)
public List<DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetailsPorts> getPorts()
public DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails setServiceName(String serviceName)
public String getServiceName()
public DescribeImportedServicesDetailResponseBody.DescribeImportedServicesDetailResponseBodyDetails setServiceType(String serviceType)
public String getServiceType()
Copyright © 2023. All rights reserved.