DbNodesOperations interface
Interface representing a DbNodes operations.
Properties
| action | VM actions on DbNode of VM Cluster by the provided filter |
| get | Get a DbNode |
| list |
List DbNode resources by CloudVmCluster |
Property Details
action
VM actions on DbNode of VM Cluster by the provided filter
action: (resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams) => PollerLike<OperationState<DbNode>, DbNode>
Property Value
(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams) => PollerLike<OperationState<DbNode>, DbNode>
get
Get a DbNode
get: (resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, options?: DbNodesGetOptionalParams) => Promise<DbNode>
Property Value
(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, options?: DbNodesGetOptionalParams) => Promise<DbNode>
listByParent
List DbNode resources by CloudVmCluster
listByParent: (resourceGroupName: string, cloudvmclustername: string, options?: DbNodesListByParentOptionalParams) => PagedAsyncIterableIterator<DbNode, DbNode[], PageSettings>
Property Value
(resourceGroupName: string, cloudvmclustername: string, options?: DbNodesListByParentOptionalParams) => PagedAsyncIterableIterator<DbNode, DbNode[], PageSettings>