Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.TenancyAttachment.LifecycleState
-
-
Uses of TenancyAttachment.LifecycleState in com.oracle.bmc.governancerulescontrolplane
-
Uses of TenancyAttachment.LifecycleState in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return TenancyAttachment.LifecycleState Modifier and Type Method Description static TenancyAttachment.LifecycleState
TenancyAttachment.LifecycleState. create(String key)
TenancyAttachment.LifecycleState
TenancyAttachment. getLifecycleState()
The current state of the tenancy attachment.TenancyAttachment.LifecycleState
TenancyAttachmentSummary. getLifecycleState()
The current state of the tenancy attachment.static TenancyAttachment.LifecycleState
TenancyAttachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TenancyAttachment.LifecycleState[]
TenancyAttachment.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type TenancyAttachment.LifecycleState Modifier and Type Method Description TenancyAttachment.Builder
TenancyAttachment.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
The current state of the tenancy attachment.TenancyAttachmentSummary.Builder
TenancyAttachmentSummary.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
The current state of the tenancy attachment.Constructors in com.oracle.bmc.governancerulescontrolplane.model with parameters of type TenancyAttachment.LifecycleState Constructor Description TenancyAttachment(String id, String compartmentId, String governanceRuleId, String tenancyId, TenancyAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeLastAttempted)
Deprecated.TenancyAttachmentSummary(String id, String compartmentId, String governanceRuleId, String tenancyId, TenancyAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeLastAttempted)
Deprecated. -
Uses of TenancyAttachment.LifecycleState in com.oracle.bmc.governancerulescontrolplane.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return TenancyAttachment.LifecycleState Modifier and Type Method Description TenancyAttachment.LifecycleState
ListTenancyAttachmentsRequest. getLifecycleState()
A filter to return only resources when their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type TenancyAttachment.LifecycleState Modifier and Type Method Description ListTenancyAttachmentsRequest.Builder
ListTenancyAttachmentsRequest.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
A filter to return only resources when their lifecycle state matches the given lifecycle state.
-