Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.GovernanceStatus
-
Packages that use GovernanceStatus Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of GovernanceStatus in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return GovernanceStatus Modifier and Type Method Description static GovernanceStatus
GovernanceStatus. create(String key)
GovernanceStatus
CreateChildTenancyDetails. getGovernanceStatus()
The governance status of the child tenancy.GovernanceStatus
OrganizationTenancy. getGovernanceStatus()
The governance status of the tenancy.GovernanceStatus
OrganizationTenancySummary. getGovernanceStatus()
The governance status of the tenancy.static GovernanceStatus
GovernanceStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static GovernanceStatus[]
GovernanceStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type GovernanceStatus Modifier and Type Method Description CreateChildTenancyDetails.Builder
CreateChildTenancyDetails.Builder. governanceStatus(GovernanceStatus governanceStatus)
The governance status of the child tenancy.OrganizationTenancy.Builder
OrganizationTenancy.Builder. governanceStatus(GovernanceStatus governanceStatus)
The governance status of the tenancy.OrganizationTenancySummary.Builder
OrganizationTenancySummary.Builder. governanceStatus(GovernanceStatus governanceStatus)
The governance status of the tenancy.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type GovernanceStatus Constructor Description CreateChildTenancyDetails(String compartmentId, String tenancyName, String homeRegion, String adminEmail, String policyName, GovernanceStatus governanceStatus, String subscriptionId)
Deprecated.OrganizationTenancy(String tenancyId, String name, OrganizationTenancyLifecycleState lifecycleState, OrganizationTenancyRole role, Date timeJoined, Date timeLeft, Boolean isApprovedForTransfer, GovernanceStatus governanceStatus)
Deprecated.OrganizationTenancySummary(String tenancyId, String name, OrganizationTenancyLifecycleState lifecycleState, OrganizationTenancyRole role, Date timeJoined, Date timeLeft, Boolean isApprovedForTransfer, GovernanceStatus governanceStatus, Map<String,Map<String,Object>> systemTags)
Deprecated.
-