AmdMilanBmLaunchInstancePlatformConfig¶
-
class
oci.core.models.
AmdMilanBmLaunchInstancePlatformConfig
(**kwargs)¶ Bases:
oci.core.models.launch_instance_platform_config.LaunchInstancePlatformConfig
The platform configuration used when launching a bare metal instance with an E4 shape.
Attributes
NUMA_NODES_PER_SOCKET_NPS0
A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. NUMA_NODES_PER_SOCKET_NPS1
A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. NUMA_NODES_PER_SOCKET_NPS2
A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. NUMA_NODES_PER_SOCKET_NPS4
A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. TYPE_AMD_MILAN_BM
str(object=’’) -> str TYPE_AMD_ROME_BM
str(object=’’) -> str TYPE_AMD_VM
str(object=’’) -> str TYPE_INTEL_SKYLAKE_BM
str(object=’’) -> str TYPE_INTEL_VM
str(object=’’) -> str is_measured_boot_enabled
Gets the is_measured_boot_enabled of this LaunchInstancePlatformConfig. is_secure_boot_enabled
Gets the is_secure_boot_enabled of this LaunchInstancePlatformConfig. is_trusted_platform_module_enabled
Gets the is_trusted_platform_module_enabled of this LaunchInstancePlatformConfig. numa_nodes_per_socket
Gets the numa_nodes_per_socket of this AmdMilanBmLaunchInstancePlatformConfig. type
[Required] Gets the type of this LaunchInstancePlatformConfig. Methods
__init__
(**kwargs)Initializes a new AmdMilanBmLaunchInstancePlatformConfig 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. -
NUMA_NODES_PER_SOCKET_NPS0
= 'NPS0'¶ A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. This constant has a value of “NPS0”
-
NUMA_NODES_PER_SOCKET_NPS1
= 'NPS1'¶ A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. This constant has a value of “NPS1”
-
NUMA_NODES_PER_SOCKET_NPS2
= 'NPS2'¶ A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. This constant has a value of “NPS2”
-
NUMA_NODES_PER_SOCKET_NPS4
= 'NPS4'¶ A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig. This constant has a value of “NPS4”
-
TYPE_AMD_MILAN_BM
= 'AMD_MILAN_BM'¶
-
TYPE_AMD_ROME_BM
= 'AMD_ROME_BM'¶
-
TYPE_AMD_VM
= 'AMD_VM'¶
-
TYPE_INTEL_SKYLAKE_BM
= 'INTEL_SKYLAKE_BM'¶
-
TYPE_INTEL_VM
= 'INTEL_VM'¶
-
__init__
(**kwargs)¶ Initializes a new AmdMilanBmLaunchInstancePlatformConfig object with values from keyword arguments. The default value of the
type
attribute of this class isAMD_MILAN_BM
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this AmdMilanBmLaunchInstancePlatformConfig. Allowed values for this property are: “AMD_MILAN_BM”, “AMD_ROME_BM”, “INTEL_SKYLAKE_BM”, “AMD_VM”, “INTEL_VM”
- is_secure_boot_enabled (bool) – The value to assign to the is_secure_boot_enabled property of this AmdMilanBmLaunchInstancePlatformConfig.
- is_trusted_platform_module_enabled (bool) – The value to assign to the is_trusted_platform_module_enabled property of this AmdMilanBmLaunchInstancePlatformConfig.
- is_measured_boot_enabled (bool) – The value to assign to the is_measured_boot_enabled property of this AmdMilanBmLaunchInstancePlatformConfig.
- numa_nodes_per_socket (str) – The value to assign to the numa_nodes_per_socket property of this AmdMilanBmLaunchInstancePlatformConfig. Allowed values for this property are: “NPS0”, “NPS1”, “NPS2”, “NPS4”
-
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.
-
is_measured_boot_enabled
¶ Gets the is_measured_boot_enabled of this LaunchInstancePlatformConfig. Whether the Measured Boot feature is enabled on the instance.
Returns: The is_measured_boot_enabled of this LaunchInstancePlatformConfig. Return type: bool
-
is_secure_boot_enabled
¶ Gets the is_secure_boot_enabled of this LaunchInstancePlatformConfig. Whether Secure Boot is enabled on the instance.
Returns: The is_secure_boot_enabled of this LaunchInstancePlatformConfig. Return type: bool
-
is_trusted_platform_module_enabled
¶ Gets the is_trusted_platform_module_enabled of this LaunchInstancePlatformConfig. Whether the Trusted Platform Module (TPM) is enabled on the instance.
Returns: The is_trusted_platform_module_enabled of this LaunchInstancePlatformConfig. Return type: bool
-
numa_nodes_per_socket
¶ Gets the numa_nodes_per_socket of this AmdMilanBmLaunchInstancePlatformConfig. The number of NUMA nodes per socket (NPS).
Allowed values for this property are: “NPS0”, “NPS1”, “NPS2”, “NPS4”
Returns: The numa_nodes_per_socket of this AmdMilanBmLaunchInstancePlatformConfig. Return type: str
-
type
¶ [Required] Gets the type of this LaunchInstancePlatformConfig. The type of platform being configured.
Allowed values for this property are: “AMD_MILAN_BM”, “AMD_ROME_BM”, “INTEL_SKYLAKE_BM”, “AMD_VM”, “INTEL_VM”
Returns: The type of this LaunchInstancePlatformConfig. Return type: str
-