You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str label: The label of the Instance Settings Template
120
120
121
-
:param list setupActions: Optional, a list of `:class:FMSetupAction` to be played on an instance
121
+
:param list setupActions: Optional, a list of :class:`dataikuapi.fm.instancesettingstemplates.FMSetupAction` to be played on an instance
122
122
:param str license: Optional, overrides the license set in Cloud Setup
123
123
124
124
:param str awsKeyPairName: Optional, AWS Only, the name of an AWS key pair to add to the instance. Needed to get SSH access to the DSS instance, using the centos user.
@@ -209,7 +209,7 @@ def create_instance(self, instance_settings_template, virtual_network, label, im
209
209
:param int data_volume_size: Optional, Data volume initial size
210
210
:param int data_volume_size_max: Optional, Data volume maximum size
211
211
:param int data_volume_IOPS: Optional, Data volume IOPS
212
-
:param object data_volume_encryption: Optional, a :class:`FMInstanceEncryptionMode` setting the encryption mode of the data volume
212
+
:param object data_volume_encryption: Optional, a :class:`dataikuapi.fm.instances.FMInstanceEncryptionMode` setting the encryption mode of the data volume
213
213
:param str data_volume_encryption_key: Optional, the encryption key to use when data_volume_encryption_key is FMInstanceEncryptionMode.CUSTOM
214
214
:param int aws_root_volume_size: Optional, the root volume size
215
215
:param str aws_root_volume_type: Optional, the root volume type
@@ -218,7 +218,7 @@ def create_instance(self, instance_settings_template, virtual_network, label, im
218
218
:param list fm_tags: Optional, list of tags to be applied on the instance in the Fleet Manager
0 commit comments