GetResourceTypesType

data class GetResourceTypesType(val createOnlyProperties: List<String>, val deleteOnlyProperties: List<String>, val filterProperties: List<String>, val getOnlyProperties: List<String>, val getResponseProperties: List<String>, val handlers: GetResourceTypesTypeHandlers, val id: String, val infos: List<GetResourceTypesTypeInfo>, val listOnlyProperties: List<String>, val listResponseProperties: List<String>, val primaryIdentifier: String, val product: String, val properties: String, val publicProperties: List<String>, val readOnlyProperties: List<String>, val requireds: List<String>, val resourceType: String, val sensitiveInfoProperties: List<String>, val updateOnlyProperties: List<String>, val updateTypeProperties: List<String>)

Constructors

Link copied to clipboard
constructor(createOnlyProperties: List<String>, deleteOnlyProperties: List<String>, filterProperties: List<String>, getOnlyProperties: List<String>, getResponseProperties: List<String>, handlers: GetResourceTypesTypeHandlers, id: String, infos: List<GetResourceTypesTypeInfo>, listOnlyProperties: List<String>, listResponseProperties: List<String>, primaryIdentifier: String, product: String, properties: String, publicProperties: List<String>, readOnlyProperties: List<String>, requireds: List<String>, resourceType: String, sensitiveInfoProperties: List<String>, updateOnlyProperties: List<String>, updateTypeProperties: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Create an operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters are required in the creation operation.

Link copied to clipboard

Delete operation private parameter collection. The attribute is not returned in the resource query operation, but the parameter is required in the delete operation.

Link copied to clipboard

A collection of attributes that can be used as the filter parameter during the list operation.

Link copied to clipboard

Query operation private parameter collection. The attribute is not returned in the resource query operation, but the input parameter is required in the query operation.

Link copied to clipboard

The collection of properties returned by the query.

Link copied to clipboard

Supported resource operation information (including RAM permissions).

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

Basic information about the resource type.

Link copied to clipboard

Enumerate the operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters that need to be passed in the enumeration operation.

Link copied to clipboard

Enumerates the returned property collection.

Link copied to clipboard

Resource ID

Link copied to clipboard

Product Code.

Link copied to clipboard

Resource attribute definition, where key is the attribute name and value is the attribute details.

Link copied to clipboard

A collection of public attributes, which are the basic attributes of the resource. Non-Operation private parameters.

Link copied to clipboard

A set of read-only parameters. It is returned only in the list or get Operation. It is not used as an input parameter during creation and change.

Link copied to clipboard

Resource creation required parameter collection.

Link copied to clipboard

The resource type.

Link copied to clipboard

A collection of sensitive attributes, such as passwords.

Link copied to clipboard

Update operation private parameter collection. The attributes are not returned in the resource query operation, but the parameters are required in the update operation.

Link copied to clipboard

A collection of properties that can be modified.