Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.DeniedAction
-
Packages that use DeniedAction Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of DeniedAction in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return DeniedAction Modifier and Type Method Description DeniedAction[]DiskBackupDeniedActions. getDeniedActions()Get 操作限制列表。DeniedAction[]DiskDeniedActions. getDeniedActions()Get 操作限制列表。DeniedAction[]InstanceDeniedActions. getDeniedActions()Get 操作限制列表。DeniedAction[]SnapshotDeniedActions. getDeniedActions()Get 操作限制列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type DeniedAction Modifier and Type Method Description voidDiskBackupDeniedActions. setDeniedActions(DeniedAction[] DeniedActions)Set 操作限制列表。voidDiskDeniedActions. setDeniedActions(DeniedAction[] DeniedActions)Set 操作限制列表。voidInstanceDeniedActions. setDeniedActions(DeniedAction[] DeniedActions)Set 操作限制列表。voidSnapshotDeniedActions. setDeniedActions(DeniedAction[] DeniedActions)Set 操作限制列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type DeniedAction Constructor Description DeniedAction(DeniedAction source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-