public static class ResourceDiscoveryServiceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourceDiscoveryServiceSummary |
build() |
ResourceDiscoveryServiceSummary.Builder |
copy(ResourceDiscoveryServiceSummary model) |
ResourceDiscoveryServiceSummary.Builder |
discoveryScope(ResourceDiscoveryServiceSummary.DiscoveryScope discoveryScope)
The scope of the service as used with Resource Discovery.
|
ResourceDiscoveryServiceSummary.Builder |
name(String name)
A supported service.
|
public ResourceDiscoveryServiceSummary.Builder name(String name)
A supported service. Example: core
For reference on service names, see the
Terraform provider
documentation.
name
- the value to setpublic ResourceDiscoveryServiceSummary.Builder discoveryScope(ResourceDiscoveryServiceSummary.DiscoveryScope discoveryScope)
The scope of the service as used with Resource Discovery. This property determines the
type of compartment OCID required: root compartment (TENANCY
) or not (COMPARTMENT
). For example, identity
is at the root compartment scope while
database
is at the compartment scope.
discoveryScope
- the value to setpublic ResourceDiscoveryServiceSummary build()
public ResourceDiscoveryServiceSummary.Builder copy(ResourceDiscoveryServiceSummary model)
Copyright © 2016–2024. All rights reserved.