CreatePrivateApplicationStackPackage¶
-
class
oci.service_catalog.models.
CreatePrivateApplicationStackPackage
(**kwargs)¶ Bases:
oci.service_catalog.models.create_private_application_package.CreatePrivateApplicationPackage
An object for creating a private application stack package.
Attributes
PACKAGE_TYPE_STACK
str(object=’’) -> str package_type
[Required] Gets the package_type of this CreatePrivateApplicationPackage. version
[Required] Gets the version of this CreatePrivateApplicationPackage. zip_file_base64_encoded
Gets the zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. Methods
__init__
(**kwargs)Initializes a new CreatePrivateApplicationStackPackage object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
PACKAGE_TYPE_STACK
= 'STACK'¶
-
__init__
(**kwargs)¶ Initializes a new CreatePrivateApplicationStackPackage object with values from keyword arguments. The default value of the
package_type
attribute of this class isSTACK
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - package_type (str) – The value to assign to the package_type property of this CreatePrivateApplicationStackPackage. Allowed values for this property are: “STACK”
- version (str) – The value to assign to the version property of this CreatePrivateApplicationStackPackage.
- zip_file_base64_encoded (str) – The value to assign to the zip_file_base64_encoded property of this CreatePrivateApplicationStackPackage.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
package_type
¶ [Required] Gets the package_type of this CreatePrivateApplicationPackage. The package’s type.
Allowed values for this property are: “STACK”
Returns: The package_type of this CreatePrivateApplicationPackage. Return type: str
-
version
¶ [Required] Gets the version of this CreatePrivateApplicationPackage. The package version.
Returns: The version of this CreatePrivateApplicationPackage. Return type: str
-
zip_file_base64_encoded
¶ Gets the zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. Base-64 payload of the Terraform zip package.
Returns: The zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. Return type: str
-