Class Certificate.LifetimeAction
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Certificate.LifetimeAction
-
- Enclosing class:
- Certificate
public abstract static class Certificate.LifetimeAction extends Object
-
-
Constructor Summary
Constructors Constructor Description LifetimeAction()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Certificate.LifetimeActionAction
action()
static Certificate.LifetimeAction
create(Certificate.LifetimeActionAction action, Certificate.LifetimeActionTrigger trigger)
abstract Certificate.LifetimeActionTrigger
trigger()
-
-
-
Method Detail
-
action
public abstract Certificate.LifetimeActionAction action()
-
trigger
public abstract Certificate.LifetimeActionTrigger trigger()
-
create
public static Certificate.LifetimeAction create(Certificate.LifetimeActionAction action, Certificate.LifetimeActionTrigger trigger)
-
-