| Package | Description |
|---|---|
| org.cloudfoundry.client.v2 | |
| org.cloudfoundry.client.v2.serviceinstances | |
| org.cloudfoundry.client.v2.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo |
MaintenanceInfo.Builder.build()
Builds a new
MaintenanceInfo. |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo.Builder |
MaintenanceInfo.Builder.from(MaintenanceInfo instance)
Fill a builder with attribute values from the provided
MaintenanceInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo |
UpdateServiceInstanceRequest.getMaintenanceInfo()
The maintenance info
|
MaintenanceInfo |
ServiceInstanceEntity.getMaintenanceInfo()
The instance maintenance info
|
MaintenanceInfo |
UnionServiceInstanceEntity.getMaintenanceInfo()
The maintenance info
|
MaintenanceInfo |
ServiceInstance.getMaintenanceInfo()
The maintenance info
|
MaintenanceInfo |
Plan.getMaintenanceInfo()
The maintenance info
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
Plan.Builder |
Plan.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo |
ServicePlanEntity.getMaintenanceInfo()
The plan maintenance info
|
| Modifier and Type | Method and Description |
|---|---|
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
Copyright © 2020. All rights reserved.