ProviderResourceType Class
Definition
Resource type managed by the resource provider.
public class ProviderResourceType
- Inheritance
-
java.lang.ObjectProviderResourceType
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| ProviderResourceType() |
Methods
| aliases() |
Get the aliases that are supported by this resource type. |
| apiProfiles() |
Get the API profiles for the resource provider. |
| apiVersions() |
Get the API version. |
| capabilities() |
Get the additional capabilities offered by this resource type. |
| defaultApiVersion() |
Get the default API version. |
| locations() |
Get the collection of locations where this resource type can be created. |
| properties() |
Get the properties. |
| resourceType() |
Get the resource type. |
| withAliases(List<Alias> aliases) |
Set the aliases that are supported by this resource type. |
| withApiVersions(List<String> apiVersions) |
Set the API version. |
| withCapabilities(String capabilities) |
Set the additional capabilities offered by this resource type. |
| withLocations(List<String> locations) |
Set the collection of locations where this resource type can be created. |
| withProperties(Map<String,String> properties) |
Set the properties. |
| withResourceType(String resourceType) |
Set the resource type. |