RemoveSnapDetails

class oci.os_management_hub.models.RemoveSnapDetails(**kwargs)

Bases: object

Provides the information used to remove a snap.

Methods

__init__(**kwargs) Initializes a new RemoveSnapDetails object with values from keyword arguments.

Attributes

name [Required] Gets the name of this RemoveSnapDetails.
revision Gets the revision of this RemoveSnapDetails.
__init__(**kwargs)

Initializes a new RemoveSnapDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this RemoveSnapDetails.
  • revision (str) – The value to assign to the revision property of this RemoveSnapDetails.
name

[Required] Gets the name of this RemoveSnapDetails. The name of the snap to remove.

Returns:The name of this RemoveSnapDetails.
Return type:str
revision

Gets the revision of this RemoveSnapDetails. The revision to remove. Note: This option cannot be used when removing multiple snaps.

Returns:The revision of this RemoveSnapDetails.
Return type:str