1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OCI
class _Governance(_OCI):
_type = "governance"
_icon_dir = "resources/oci/governance"
class AuditWhite(_Governance):
_icon = "audit-white.png"
class Audit(_Governance):
_icon = "audit.png"
class CompartmentsWhite(_Governance):
_icon = "compartments-white.png"
class Compartments(_Governance):
_icon = "compartments.png"
class GroupsWhite(_Governance):
_icon = "groups-white.png"
class Groups(_Governance):
_icon = "groups.png"
class LoggingWhite(_Governance):
_icon = "logging-white.png"
class Logging(_Governance):
_icon = "logging.png"
class OCIDWhite(_Governance):
_icon = "ocid-white.png"
class OCID(_Governance):
_icon = "ocid.png"
class PoliciesWhite(_Governance):
_icon = "policies-white.png"
class Policies(_Governance):
_icon = "policies.png"
class TaggingWhite(_Governance):
_icon = "tagging-white.png"
class Tagging(_Governance):
_icon = "tagging.png"
# Aliases
|