This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-directconnect/include/aws/directconnect/model/InterconnectState.h

37 lines
771 B
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/directconnect/DirectConnect_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace DirectConnect
{
namespace Model
{
enum class InterconnectState
{
NOT_SET,
requested,
pending,
available,
down,
deleting,
deleted,
unknown
};
namespace InterconnectStateMapper
{
AWS_DIRECTCONNECT_API InterconnectState GetInterconnectStateForName(const Aws::String& name);
AWS_DIRECTCONNECT_API Aws::String GetNameForInterconnectState(InterconnectState value);
} // namespace InterconnectStateMapper
} // namespace Model
} // namespace DirectConnect
} // namespace Aws