/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has four
* endpoints that are used to access data or to manage the SVM using the NetApp
* ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi
,
* Management
, Nfs
, and Smb
* endpoints.See Also:
AWS API
* Reference
The SVM endpoint's IP addresses.
*/ inline const Aws::VectorThe SVM endpoint's IP addresses.
*/ inline bool IpAddressesHasBeenSet() const { return m_ipAddressesHasBeenSet; } /** *The SVM endpoint's IP addresses.
*/ inline void SetIpAddresses(const Aws::VectorThe SVM endpoint's IP addresses.
*/ inline void SetIpAddresses(Aws::VectorThe SVM endpoint's IP addresses.
*/ inline SvmEndpoint& WithIpAddresses(const Aws::VectorThe SVM endpoint's IP addresses.
*/ inline SvmEndpoint& WithIpAddresses(Aws::VectorThe SVM endpoint's IP addresses.
*/ inline SvmEndpoint& AddIpAddresses(const Aws::String& value) { m_ipAddressesHasBeenSet = true; m_ipAddresses.push_back(value); return *this; } /** *The SVM endpoint's IP addresses.
*/ inline SvmEndpoint& AddIpAddresses(Aws::String&& value) { m_ipAddressesHasBeenSet = true; m_ipAddresses.push_back(std::move(value)); return *this; } /** *The SVM endpoint's IP addresses.
*/ inline SvmEndpoint& AddIpAddresses(const char* value) { m_ipAddressesHasBeenSet = true; m_ipAddresses.push_back(value); return *this; } private: Aws::String m_dNSName; bool m_dNSNameHasBeenSet = false; Aws::Vector