
org.openstack4j.model.magnum.Carequest Maven / Gradle / Ivy
The newest version!
package org.openstack4j.model.magnum;
import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
public interface Carequest extends ModelEntity, Buildable {
/**
* Gets bayUuid
*
* @return bayUuid
*/
String getBayUuid();
/**
* Gets csr
*
* @return csr
*/
String getCsr();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy