add_ip_addresses(Optional[Array[String]])
— IP addresses to add to the current list. The addresses may be IPv4 or IPv6. Error occurs if the IP address already exists. Cannot be combined with ip_addresses.
domain(Optional[String[1,255]])
— Name of the NIS domain.
id(String)
— Unique identifier of the NIS object.
ip_addresses(Optional[Array[String]])
— A new list of NIS server IP addresses to replace the existing list. The addresses may be IPv4 or IPv6.
remove_ip_addresses(Optional[Array[String]])
— IP addresses to remove from the current list. The addresses may be IPv4 or IPv6. Error occurs if the IP address is not present. Cannot be combined with ip_addresses.