CreateNodeConfigDetails¶
-
class
oci.mngdmac.models.
CreateNodeConfigDetails
(**kwargs)¶ Bases:
object
The data to create a new NodeConfig.
Methods
__init__
(**kwargs)Initializes a new CreateNodeConfigDetails object with values from keyword arguments. Attributes
build_ip_address
Gets the build_ip_address of this CreateNodeConfigDetails. build_vlan_id
Gets the build_vlan_id of this CreateNodeConfigDetails. chip_set
Gets the chip_set of this CreateNodeConfigDetails. ip_kvm_hostname
Gets the ip_kvm_hostname of this CreateNodeConfigDetails. ip_kvm_port_number
Gets the ip_kvm_port_number of this CreateNodeConfigDetails. mac_address
[Required] Gets the mac_address of this CreateNodeConfigDetails. mac_order_id
[Required] Gets the mac_order_id of this CreateNodeConfigDetails. os_version
Gets the os_version of this CreateNodeConfigDetails. pdu_hostname
Gets the pdu_hostname of this CreateNodeConfigDetails. pdu_port
Gets the pdu_port of this CreateNodeConfigDetails. prod_ip_address
Gets the prod_ip_address of this CreateNodeConfigDetails. prod_vlan_id
Gets the prod_vlan_id of this CreateNodeConfigDetails. rack_location
Gets the rack_location of this CreateNodeConfigDetails. serial_number
[Required] Gets the serial_number of this CreateNodeConfigDetails. switch_eth_port
Gets the switch_eth_port of this CreateNodeConfigDetails. switch_hostname
Gets the switch_hostname of this CreateNodeConfigDetails. tenancy_id
Gets the tenancy_id of this CreateNodeConfigDetails. -
__init__
(**kwargs)¶ Initializes a new CreateNodeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - serial_number (str) – The value to assign to the serial_number property of this CreateNodeConfigDetails.
- mac_address (str) – The value to assign to the mac_address property of this CreateNodeConfigDetails.
- mac_order_id (str) – The value to assign to the mac_order_id property of this CreateNodeConfigDetails.
- switch_hostname (str) – The value to assign to the switch_hostname property of this CreateNodeConfigDetails.
- switch_eth_port (str) – The value to assign to the switch_eth_port property of this CreateNodeConfigDetails.
- ip_kvm_hostname (str) – The value to assign to the ip_kvm_hostname property of this CreateNodeConfigDetails.
- ip_kvm_port_number (int) – The value to assign to the ip_kvm_port_number property of this CreateNodeConfigDetails.
- pdu_hostname (str) – The value to assign to the pdu_hostname property of this CreateNodeConfigDetails.
- pdu_port (int) – The value to assign to the pdu_port property of this CreateNodeConfigDetails.
- build_vlan_id (int) – The value to assign to the build_vlan_id property of this CreateNodeConfigDetails.
- build_ip_address (str) – The value to assign to the build_ip_address property of this CreateNodeConfigDetails.
- prod_vlan_id (int) – The value to assign to the prod_vlan_id property of this CreateNodeConfigDetails.
- prod_ip_address (str) – The value to assign to the prod_ip_address property of this CreateNodeConfigDetails.
- rack_location (str) – The value to assign to the rack_location property of this CreateNodeConfigDetails.
- chip_set (str) – The value to assign to the chip_set property of this CreateNodeConfigDetails.
- os_version (str) – The value to assign to the os_version property of this CreateNodeConfigDetails.
- tenancy_id (str) – The value to assign to the tenancy_id property of this CreateNodeConfigDetails.
-
build_ip_address
¶ Gets the build_ip_address of this CreateNodeConfigDetails. The buildIpAddress.
Returns: The build_ip_address of this CreateNodeConfigDetails. Return type: str
-
build_vlan_id
¶ Gets the build_vlan_id of this CreateNodeConfigDetails. The buildVlanId.
Returns: The build_vlan_id of this CreateNodeConfigDetails. Return type: int
-
chip_set
¶ Gets the chip_set of this CreateNodeConfigDetails. The chipSetn.
Returns: The chip_set of this CreateNodeConfigDetails. Return type: str
-
ip_kvm_hostname
¶ Gets the ip_kvm_hostname of this CreateNodeConfigDetails. The ipKvmHostname.
Returns: The ip_kvm_hostname of this CreateNodeConfigDetails. Return type: str
-
ip_kvm_port_number
¶ Gets the ip_kvm_port_number of this CreateNodeConfigDetails. The ipKvmPortNumber.
Returns: The ip_kvm_port_number of this CreateNodeConfigDetails. Return type: int
-
mac_address
¶ [Required] Gets the mac_address of this CreateNodeConfigDetails. The macAddress.
Returns: The mac_address of this CreateNodeConfigDetails. Return type: str
-
mac_order_id
¶ [Required] Gets the mac_order_id of this CreateNodeConfigDetails. The macOrderId.
Returns: The mac_order_id of this CreateNodeConfigDetails. Return type: str
-
os_version
¶ Gets the os_version of this CreateNodeConfigDetails. The osVersion.
Returns: The os_version of this CreateNodeConfigDetails. Return type: str
-
pdu_hostname
¶ Gets the pdu_hostname of this CreateNodeConfigDetails. The pduHostname.
Returns: The pdu_hostname of this CreateNodeConfigDetails. Return type: str
-
pdu_port
¶ Gets the pdu_port of this CreateNodeConfigDetails. The pduPort.
Returns: The pdu_port of this CreateNodeConfigDetails. Return type: int
-
prod_ip_address
¶ Gets the prod_ip_address of this CreateNodeConfigDetails. The prodIpAddress.
Returns: The prod_ip_address of this CreateNodeConfigDetails. Return type: str
-
prod_vlan_id
¶ Gets the prod_vlan_id of this CreateNodeConfigDetails. The prodVlanId.
Returns: The prod_vlan_id of this CreateNodeConfigDetails. Return type: int
-
rack_location
¶ Gets the rack_location of this CreateNodeConfigDetails. The rackLocation.
Returns: The rack_location of this CreateNodeConfigDetails. Return type: str
-
serial_number
¶ [Required] Gets the serial_number of this CreateNodeConfigDetails. The serial number of the MacDevice.
Returns: The serial_number of this CreateNodeConfigDetails. Return type: str
-
switch_eth_port
¶ Gets the switch_eth_port of this CreateNodeConfigDetails. The switchEthPort.
Returns: The switch_eth_port of this CreateNodeConfigDetails. Return type: str
-
switch_hostname
¶ Gets the switch_hostname of this CreateNodeConfigDetails. The switchHostname.
Returns: The switch_hostname of this CreateNodeConfigDetails. Return type: str
-
tenancy_id
¶ Gets the tenancy_id of this CreateNodeConfigDetails. The tenancyId.
Returns: The tenancy_id of this CreateNodeConfigDetails. Return type: str
-