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