Uses of Class
org.apache.camel.component.huaweicloud.dms.models.CreateInstanceRequestBody
Packages that use CreateInstanceRequestBody
-
Uses of CreateInstanceRequestBody in org.apache.camel.component.huaweicloud.dms.models
Methods in org.apache.camel.component.huaweicloud.dms.models that return CreateInstanceRequestBodyModifier and TypeMethodDescriptionCreateInstanceRequestBody.addAvailableZone(String availableZone) CreateInstanceRequest.getBody()CreateInstanceRequestBody.withAccessUser(String accessUser) CreateInstanceRequestBody.withAvailableZones(List<String> availableZones) CreateInstanceRequestBody.withConnectorEnable(Boolean connectorEnable) CreateInstanceRequestBody.withDescription(String description) CreateInstanceRequestBody.withEnableAutoTopic(Boolean enableAutoTopic) CreateInstanceRequestBody.withEnablePublicip(Boolean enablePublicip) CreateInstanceRequestBody.withEngine(String engine) CreateInstanceRequestBody.withEngineVersion(String engineVersion) CreateInstanceRequestBody.withEnterpriseProjectId(String enterpriseProjectId) CreateInstanceRequestBody.withKafkaManagerPassword(String kafkaManagerPassword) CreateInstanceRequestBody.withKafkaManagerUser(String kafkaManagerUser) CreateInstanceRequestBody.withMaintainBegin(String maintainBegin) CreateInstanceRequestBody.withMaintainEnd(String maintainEnd) CreateInstanceRequestBody.withPartitionNum(Integer partitionNum) CreateInstanceRequestBody.withPassword(String password) CreateInstanceRequestBody.withProductId(String productId) CreateInstanceRequestBody.withPublicBandwidth(String publicBandwidth) CreateInstanceRequestBody.withPublicipId(String publicipId) CreateInstanceRequestBody.withRetentionPolicy(String retentionPolicy) CreateInstanceRequestBody.withSecurityGroupId(String securityGroupId) CreateInstanceRequestBody.withSpecification(String specification) CreateInstanceRequestBody.withSslEnable(Boolean sslEnable) CreateInstanceRequestBody.withStorageSpace(Integer storageSpace) CreateInstanceRequestBody.withStorageSpecCode(String storageSpecCode) CreateInstanceRequestBody.withSubnetId(String subnetId) Methods in org.apache.camel.component.huaweicloud.dms.models with parameters of type CreateInstanceRequestBodyModifier and TypeMethodDescriptionvoidCreateInstanceRequest.setBody(CreateInstanceRequestBody body) CreateInstanceRequest.withBody(CreateInstanceRequestBody body)