Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static GovernanceStatus |
GovernanceStatus.create(String key) |
GovernanceStatus |
CreateChildTenancyDetails.getGovernanceStatus()
The governance status of the child tenancy.
|
GovernanceStatus |
OrganizationTenancySummary.getGovernanceStatus()
The governance status of the tenancy.
|
GovernanceStatus |
OrganizationTenancy.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.
|
Modifier and Type | Method and Description |
---|---|
CreateChildTenancyDetails.Builder |
CreateChildTenancyDetails.Builder.governanceStatus(GovernanceStatus governanceStatus)
The governance status of the child tenancy.
|
OrganizationTenancySummary.Builder |
OrganizationTenancySummary.Builder.governanceStatus(GovernanceStatus governanceStatus)
The governance status of the tenancy.
|
OrganizationTenancy.Builder |
OrganizationTenancy.Builder.governanceStatus(GovernanceStatus governanceStatus)
The governance status of the tenancy.
|
Constructor and Description |
---|
CreateChildTenancyDetails(String compartmentId,
String tenancyName,
String homeRegion,
String adminEmail,
String policyName,
GovernanceStatus governanceStatus)
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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.