aws-sdk-evs 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-evs/client.rb +147 -95
- data/lib/aws-sdk-evs/client_api.rb +6 -5
- data/lib/aws-sdk-evs/types.rb +130 -67
- data/lib/aws-sdk-evs.rb +1 -1
- data/sig/client.rbs +14 -14
- data/sig/types.rbs +11 -10
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50ea08c444bc2a4f970b18cf016ab42c977e4f83ad6d80204e43ffcd0846cea2
|
|
4
|
+
data.tar.gz: e5559b3c9a15be99b2cf6c7070b5ae4b07310f9bc676336d97149f5621e6d549
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d09a6030d8391e3d9450a307a95b84f72e217a8639fbe69cf91f88bf72715cbd5d1ae58a9b4d4763d591196ed0d78d380d9c629dfbc516b370c86ac60f48d03
|
|
7
|
+
data.tar.gz: a700062a55889431f05fcbbf4d0dbd920f280a54e8af5020c4dd57b19a4c8751106f3fbafb931957a5b8b3b599ba6a3674804f05a6581d033b7dfb7c1c6a1530
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.22.0 (2026-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon EVS introduces a VMware Cloud Foundation (VCF) self-deployed mode, along with new connectors to VCF components such as the Operations and SDDC managers to monitor coverage and usage.
|
|
8
|
+
|
|
9
|
+
1.21.0 (2026-05-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
13
|
+
|
|
4
14
|
1.20.0 (2026-05-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
data/lib/aws-sdk-evs/client.rb
CHANGED
|
@@ -624,19 +624,22 @@ module Aws::Evs
|
|
|
624
624
|
# Creates an Amazon EVS environment that runs VCF software, such as SDDC
|
|
625
625
|
# Manager, NSX Manager, and vCenter Server.
|
|
626
626
|
#
|
|
627
|
-
#
|
|
628
|
-
#
|
|
629
|
-
#
|
|
627
|
+
# <note markdown="1"> When you specify `SELF_DEPLOYED` for `vcfVersion`, Amazon EVS
|
|
628
|
+
# provisions only the VLAN subnets; no hosts are added and no VCF
|
|
629
|
+
# installation is performed. After the environment is created, you can
|
|
630
|
+
# add hosts with `CreateEnvironmentHost` and install VCF yourself. The
|
|
631
|
+
# `licenseInfo`, `hosts`, `vcfHostnames`, `siteId`, and
|
|
632
|
+
# `connectivityInfo` parameters are not supported in this mode.
|
|
630
633
|
#
|
|
631
|
-
#
|
|
632
|
-
#
|
|
633
|
-
#
|
|
634
|
+
# </note>
|
|
635
|
+
#
|
|
636
|
+
# When you specify any other VCF version, Amazon EVS installs and
|
|
637
|
+
# configures VCF for you. For more information, see [Self-deployed
|
|
638
|
+
# mode][1] in the *Amazon EVS User Guide*.
|
|
634
639
|
#
|
|
635
|
-
# When
|
|
636
|
-
#
|
|
637
|
-
# version
|
|
638
|
-
# a specific ESX version, it can only be upgraded using vCenter
|
|
639
|
-
# Lifecycle Manager.
|
|
640
|
+
# When Amazon EVS installs VCF, the default ESX version for the selected
|
|
641
|
+
# VCF version will be used. After a host is added with a specific ESX
|
|
642
|
+
# version, it can only be upgraded using vCenter Lifecycle Manager.
|
|
640
643
|
#
|
|
641
644
|
# <note markdown="1"> You cannot use the `dedicatedHostId` and `placementGroupId` parameters
|
|
642
645
|
# together in the same `CreateEnvironment` action. This results in a
|
|
@@ -644,6 +647,10 @@ module Aws::Evs
|
|
|
644
647
|
#
|
|
645
648
|
# </note>
|
|
646
649
|
#
|
|
650
|
+
#
|
|
651
|
+
#
|
|
652
|
+
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/getting-started-self-deployed.html
|
|
653
|
+
#
|
|
647
654
|
# @option params [String] :client_token
|
|
648
655
|
# <note markdown="1"> This parameter is not used in Amazon EVS
|
|
649
656
|
# currently. If you supply
|
|
@@ -720,23 +727,49 @@ module Aws::Evs
|
|
|
720
727
|
#
|
|
721
728
|
# @option params [required, String] :service_access_subnet_id
|
|
722
729
|
# The subnet that is used to establish connectivity between the Amazon
|
|
723
|
-
# EVS control plane and VPC. Amazon EVS uses this
|
|
724
|
-
#
|
|
725
|
-
#
|
|
730
|
+
# EVS control plane and VPC. The Amazon EVS control plane uses this
|
|
731
|
+
# subnet to interface with your environment. This includes validating
|
|
732
|
+
# DNS records and enabling Amazon EVS Connectors.
|
|
726
733
|
#
|
|
727
734
|
# @option params [required, String] :vcf_version
|
|
728
735
|
# The VCF version to use for the environment.
|
|
729
736
|
#
|
|
737
|
+
# * `SELF_DEPLOYED`: You install VCF yourself. The `licenseInfo`,
|
|
738
|
+
# `hosts`, `vcfHostnames`, `siteId`, and `connectivityInfo` parameters
|
|
739
|
+
# are not supported.
|
|
740
|
+
#
|
|
741
|
+
# * Any other valid value: Amazon EVS installs and configures VCF for
|
|
742
|
+
# you in the version you specify.
|
|
743
|
+
#
|
|
730
744
|
# @option params [required, Boolean] :terms_accepted
|
|
731
|
-
#
|
|
732
|
-
#
|
|
733
|
-
#
|
|
734
|
-
#
|
|
735
|
-
#
|
|
736
|
-
#
|
|
737
|
-
#
|
|
738
|
-
#
|
|
739
|
-
#
|
|
745
|
+
# Confirmation that the customer has purchased and will continue to
|
|
746
|
+
# maintain the required number of VCF software licenses to cover all
|
|
747
|
+
# physical processor cores in the Amazon EVS environment. Information
|
|
748
|
+
# about your VCF software in Amazon EVS will be shared with Broadcom to
|
|
749
|
+
# verify license compliance. Amazon EVS does not validate license keys.
|
|
750
|
+
# To validate license keys, visit the Broadcom support portal.
|
|
751
|
+
#
|
|
752
|
+
# @option params [required, Types::InitialVlans] :initial_vlans
|
|
753
|
+
# The initial VLAN subnets for the Amazon EVS environment.
|
|
754
|
+
#
|
|
755
|
+
# <note markdown="1"> For each Amazon EVS VLAN subnet, you must specify a non-overlapping
|
|
756
|
+
# CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of
|
|
757
|
+
# /28 and a maximum size of /24.
|
|
758
|
+
#
|
|
759
|
+
# </note>
|
|
760
|
+
#
|
|
761
|
+
# @option params [Types::ConnectivityInfo] :connectivity_info
|
|
762
|
+
# The connectivity configuration for the environment. Amazon EVS
|
|
763
|
+
# requires that you specify two route server peer IDs. During
|
|
764
|
+
# environment creation, the route server endpoints peer with the NSX
|
|
765
|
+
# edges over the NSX uplink subnet, providing BGP-based dynamic routing
|
|
766
|
+
# for overlay networks.
|
|
767
|
+
#
|
|
768
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
769
|
+
#
|
|
770
|
+
# </note>
|
|
771
|
+
#
|
|
772
|
+
# @option params [Array<Types::LicenseInfo>] :license_info
|
|
740
773
|
# The license information that Amazon EVS requires to create an
|
|
741
774
|
# environment. Amazon EVS requires two license keys: a VCF solution key
|
|
742
775
|
# and a vSAN license key. The VCF solution key must meet minimum core
|
|
@@ -751,42 +784,36 @@ module Aws::Evs
|
|
|
751
784
|
#
|
|
752
785
|
# VCF license information can be retrieved from the Broadcom portal.
|
|
753
786
|
#
|
|
787
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
788
|
+
#
|
|
789
|
+
# </note>
|
|
790
|
+
#
|
|
754
791
|
#
|
|
755
792
|
#
|
|
756
793
|
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/vcf-license-mgmt.html
|
|
757
794
|
#
|
|
758
|
-
# @option params [
|
|
759
|
-
# The
|
|
795
|
+
# @option params [Array<Types::HostInfoForCreate>] :hosts
|
|
796
|
+
# The ESX hosts to add to the environment. For each host, provide the
|
|
797
|
+
# desired hostname, EC2 SSH keypair name, and EC2 instance type.
|
|
798
|
+
# Optionally, provide a partition or cluster placement group, or use
|
|
799
|
+
# Amazon EC2 Dedicated Hosts.
|
|
760
800
|
#
|
|
761
|
-
# <note markdown="1">
|
|
762
|
-
#
|
|
763
|
-
#
|
|
801
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`. In that case, you
|
|
802
|
+
# can add hosts using `CreateEnvironmentHost` after the environment is
|
|
803
|
+
# created.
|
|
764
804
|
#
|
|
765
805
|
# </note>
|
|
766
806
|
#
|
|
767
|
-
# @option params [
|
|
768
|
-
# The
|
|
769
|
-
#
|
|
770
|
-
#
|
|
771
|
-
# For each host, you must provide the desired hostname, EC2 SSH keypair
|
|
772
|
-
# name, and EC2 instance type. Optionally, you can also provide a
|
|
773
|
-
# partition or cluster placement group to use, or use Amazon EC2
|
|
774
|
-
# Dedicated Hosts.
|
|
807
|
+
# @option params [Types::VcfHostnames] :vcf_hostnames
|
|
808
|
+
# The DNS hostnames for the virtual machines that host the VCF
|
|
809
|
+
# management appliances. Provide hostnames for vCenter, NSX Manager,
|
|
810
|
+
# SDDC Manager, and Cloud Builder.
|
|
775
811
|
#
|
|
776
|
-
#
|
|
777
|
-
# The connectivity configuration for the environment. Amazon EVS
|
|
778
|
-
# requires that you specify two route server peer IDs. During
|
|
779
|
-
# environment creation, the route server endpoints peer with the NSX
|
|
780
|
-
# edges over the NSX uplink subnet, providing BGP-based dynamic routing
|
|
781
|
-
# for overlay networks.
|
|
812
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
782
813
|
#
|
|
783
|
-
#
|
|
784
|
-
# The DNS hostnames for the virtual machines that host the VCF
|
|
785
|
-
# management appliances. Amazon EVS requires that you provide DNS
|
|
786
|
-
# hostnames for the following appliances: vCenter, NSX Manager, SDDC
|
|
787
|
-
# Manager, and Cloud Builder.
|
|
814
|
+
# </note>
|
|
788
815
|
#
|
|
789
|
-
# @option params [
|
|
816
|
+
# @option params [String] :site_id
|
|
790
817
|
# The Broadcom Site ID that is allocated to you as part of your
|
|
791
818
|
# electronic software delivery. This ID allows customer access to the
|
|
792
819
|
# Broadcom portal, and is provided to you by Broadcom at the close of
|
|
@@ -794,6 +821,10 @@ module Aws::Evs
|
|
|
794
821
|
# Broadcom Site ID that you provide to meet Broadcom VCF license usage
|
|
795
822
|
# reporting requirements for Amazon EVS.
|
|
796
823
|
#
|
|
824
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
825
|
+
#
|
|
826
|
+
# </note>
|
|
827
|
+
#
|
|
797
828
|
# @return [Types::CreateEnvironmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
798
829
|
#
|
|
799
830
|
# * {Types::CreateEnvironmentResponse#environment #environment} => Types::Environment
|
|
@@ -812,14 +843,8 @@ module Aws::Evs
|
|
|
812
843
|
# },
|
|
813
844
|
# vpc_id: "VpcId", # required
|
|
814
845
|
# service_access_subnet_id: "SubnetId", # required
|
|
815
|
-
# vcf_version: "VCF-5.2.1", # required, accepts VCF-5.2.1, VCF-5.2.2
|
|
846
|
+
# vcf_version: "VCF-5.2.1", # required, accepts VCF-5.2.1, VCF-5.2.2, SELF_DEPLOYED
|
|
816
847
|
# terms_accepted: false, # required
|
|
817
|
-
# license_info: [ # required
|
|
818
|
-
# {
|
|
819
|
-
# solution_key: "SolutionKey", # required
|
|
820
|
-
# vsan_key: "VSanLicenseKey", # required
|
|
821
|
-
# },
|
|
822
|
-
# ],
|
|
823
848
|
# initial_vlans: { # required
|
|
824
849
|
# vmk_management: { # required
|
|
825
850
|
# cidr: "Cidr", # required
|
|
@@ -854,7 +879,16 @@ module Aws::Evs
|
|
|
854
879
|
# is_hcx_public: false,
|
|
855
880
|
# hcx_network_acl_id: "NetworkAclId",
|
|
856
881
|
# },
|
|
857
|
-
#
|
|
882
|
+
# connectivity_info: {
|
|
883
|
+
# private_route_server_peerings: ["RouteServerPeering"], # required
|
|
884
|
+
# },
|
|
885
|
+
# license_info: [
|
|
886
|
+
# {
|
|
887
|
+
# solution_key: "SolutionKey", # required
|
|
888
|
+
# vsan_key: "VSanLicenseKey", # required
|
|
889
|
+
# },
|
|
890
|
+
# ],
|
|
891
|
+
# hosts: [
|
|
858
892
|
# {
|
|
859
893
|
# host_name: "HostName", # required
|
|
860
894
|
# key_name: "KeyName", # required
|
|
@@ -863,10 +897,7 @@ module Aws::Evs
|
|
|
863
897
|
# dedicated_host_id: "DedicatedHostId",
|
|
864
898
|
# },
|
|
865
899
|
# ],
|
|
866
|
-
#
|
|
867
|
-
# private_route_server_peerings: ["RouteServerPeering"], # required
|
|
868
|
-
# },
|
|
869
|
-
# vcf_hostnames: { # required
|
|
900
|
+
# vcf_hostnames: {
|
|
870
901
|
# v_center: "HostName", # required
|
|
871
902
|
# nsx: "HostName", # required
|
|
872
903
|
# nsx_manager_1: "HostName", # required
|
|
@@ -877,7 +908,7 @@ module Aws::Evs
|
|
|
877
908
|
# sddc_manager: "HostName", # required
|
|
878
909
|
# cloud_builder: "HostName", # required
|
|
879
910
|
# },
|
|
880
|
-
# site_id: "String",
|
|
911
|
+
# site_id: "String",
|
|
881
912
|
# })
|
|
882
913
|
#
|
|
883
914
|
# @example Response structure
|
|
@@ -891,7 +922,7 @@ module Aws::Evs
|
|
|
891
922
|
# resp.environment.environment_name #=> String
|
|
892
923
|
# resp.environment.vpc_id #=> String
|
|
893
924
|
# resp.environment.service_access_subnet_id #=> String
|
|
894
|
-
# resp.environment.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
925
|
+
# resp.environment.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
895
926
|
# resp.environment.terms_accepted #=> Boolean
|
|
896
927
|
# resp.environment.license_info #=> Array
|
|
897
928
|
# resp.environment.license_info[0].solution_key #=> String
|
|
@@ -899,7 +930,8 @@ module Aws::Evs
|
|
|
899
930
|
# resp.environment.site_id #=> String
|
|
900
931
|
# resp.environment.environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
901
932
|
# resp.environment.checks #=> Array
|
|
902
|
-
# resp.environment.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
933
|
+
# resp.environment.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
934
|
+
# resp.environment.checks[0].id #=> String
|
|
903
935
|
# resp.environment.checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
904
936
|
# resp.environment.checks[0].impaired_since #=> Time
|
|
905
937
|
# resp.environment.connectivity_info.private_route_server_peerings #=> Array
|
|
@@ -928,10 +960,19 @@ module Aws::Evs
|
|
|
928
960
|
req.send_request(options)
|
|
929
961
|
end
|
|
930
962
|
|
|
931
|
-
# Creates a connector for an Amazon EVS environment. A connector
|
|
932
|
-
#
|
|
933
|
-
# fully qualified domain name
|
|
934
|
-
#
|
|
963
|
+
# Creates a connector for an Amazon EVS environment. A connector allows
|
|
964
|
+
# the Amazon EVS control plane to interface with VCF appliances using a
|
|
965
|
+
# fully qualified domain name.
|
|
966
|
+
#
|
|
967
|
+
# You can create only one connector of each type per environment. For
|
|
968
|
+
# environments where Amazon EVS installs VCF, the `SDDC_MANAGER`
|
|
969
|
+
# connector is created automatically.
|
|
970
|
+
#
|
|
971
|
+
# <note markdown="1"> Amazon EVS requires an active connector to SDDC Manager or VCF
|
|
972
|
+
# Operations Manager to monitor environment health and license
|
|
973
|
+
# compliance.
|
|
974
|
+
#
|
|
975
|
+
# </note>
|
|
935
976
|
#
|
|
936
977
|
# @option params [String] :client_token
|
|
937
978
|
# <note markdown="1"> This parameter is not used in Amazon EVS
|
|
@@ -954,16 +995,28 @@ module Aws::Evs
|
|
|
954
995
|
# @option params [required, String] :type
|
|
955
996
|
# The type of connector to create.
|
|
956
997
|
#
|
|
998
|
+
# * `OPERATIONS_MANAGER`: Connector to an Operations Manager appliance.
|
|
999
|
+
# Required for VCF 9x environments.
|
|
1000
|
+
#
|
|
1001
|
+
# * `SDDC_MANAGER`: Connector to an SDDC Manager appliance. Required for
|
|
1002
|
+
# VCF 5.x environments.
|
|
1003
|
+
#
|
|
1004
|
+
# * `VCENTER`: Connector to a vCenter Server appliance. Required for
|
|
1005
|
+
# features that depend on vCenter, such as Windows Server
|
|
1006
|
+
# license-included.
|
|
1007
|
+
#
|
|
957
1008
|
# @option params [required, String] :appliance_fqdn
|
|
958
1009
|
# The fully qualified domain name (FQDN) of the VCF appliance that the
|
|
959
1010
|
# connector targets.
|
|
960
1011
|
#
|
|
961
1012
|
# @option params [required, String] :secret_identifier
|
|
962
1013
|
# The ARN or name of the Amazon Web Services Secrets Manager secret that
|
|
963
|
-
# stores the credentials for the VCF appliance.
|
|
1014
|
+
# stores the credentials for the VCF appliance. `SDDC_MANAGER` requires
|
|
1015
|
+
# an `apiKey` field; `OPERATIONS_MANAGER` and `VCENTER` require
|
|
1016
|
+
# `username` and `password` fields.
|
|
964
1017
|
#
|
|
965
1018
|
# Do not use credentials with Administrator privileges. We recommend
|
|
966
|
-
# using a service account with
|
|
1019
|
+
# using a service account with read-only permissions.
|
|
967
1020
|
#
|
|
968
1021
|
# @return [Types::CreateEnvironmentConnectorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
969
1022
|
#
|
|
@@ -974,7 +1027,7 @@ module Aws::Evs
|
|
|
974
1027
|
# resp = client.create_environment_connector({
|
|
975
1028
|
# client_token: "ClientToken",
|
|
976
1029
|
# environment_id: "EnvironmentId", # required
|
|
977
|
-
# type: "
|
|
1030
|
+
# type: "OPERATIONS_MANAGER", # required, accepts OPERATIONS_MANAGER, SDDC_MANAGER, VCENTER
|
|
978
1031
|
# appliance_fqdn: "ApplianceFqdn", # required
|
|
979
1032
|
# secret_identifier: "SecretIdentifier", # required
|
|
980
1033
|
# })
|
|
@@ -983,14 +1036,14 @@ module Aws::Evs
|
|
|
983
1036
|
#
|
|
984
1037
|
# resp.connector.environment_id #=> String
|
|
985
1038
|
# resp.connector.connector_id #=> String
|
|
986
|
-
# resp.connector.type #=> String, one of "VCENTER"
|
|
1039
|
+
# resp.connector.type #=> String, one of "OPERATIONS_MANAGER", "SDDC_MANAGER", "VCENTER"
|
|
987
1040
|
# resp.connector.appliance_fqdn #=> String
|
|
988
1041
|
# resp.connector.secret_arn #=> String
|
|
989
1042
|
# resp.connector.state #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED"
|
|
990
1043
|
# resp.connector.state_details #=> String
|
|
991
1044
|
# resp.connector.status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
992
1045
|
# resp.connector.checks #=> Array
|
|
993
|
-
# resp.connector.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
1046
|
+
# resp.connector.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
994
1047
|
# resp.connector.checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
995
1048
|
# resp.connector.checks[0].last_check_attempt #=> Time
|
|
996
1049
|
# resp.connector.checks[0].impaired_since #=> Time
|
|
@@ -1006,8 +1059,7 @@ module Aws::Evs
|
|
|
1006
1059
|
req.send_request(options)
|
|
1007
1060
|
end
|
|
1008
1061
|
|
|
1009
|
-
# Creates an ESX host and adds it to an Amazon EVS environment.
|
|
1010
|
-
# EVS supports 4-32 hosts per environment.
|
|
1062
|
+
# Creates an ESX host and adds it to an Amazon EVS environment.
|
|
1011
1063
|
#
|
|
1012
1064
|
# This action can only be used after the Amazon EVS environment is
|
|
1013
1065
|
# deployed.
|
|
@@ -1020,13 +1072,11 @@ module Aws::Evs
|
|
|
1020
1072
|
#
|
|
1021
1073
|
# <note markdown="1"> If you don't specify an ESX version when adding hosts using
|
|
1022
1074
|
# `CreateEnvironmentHost` action, Amazon EVS automatically uses the
|
|
1023
|
-
# default ESX version
|
|
1024
|
-
#
|
|
1075
|
+
# default ESX version for your environment's VCF version. To find the
|
|
1076
|
+
# available ESX versions for a particular VCF version, use the
|
|
1025
1077
|
# `GetVersions` action.
|
|
1026
1078
|
#
|
|
1027
|
-
#
|
|
1028
|
-
#
|
|
1029
|
-
# <note markdown="1"> You cannot use the `dedicatedHostId` and `placementGroupId` parameters
|
|
1079
|
+
# You cannot use the `dedicatedHostId` and `placementGroupId` parameters
|
|
1030
1080
|
# together in the same `CreateEnvironmentHost` action. This results in a
|
|
1031
1081
|
# `ValidationException` response.
|
|
1032
1082
|
#
|
|
@@ -1080,7 +1130,7 @@ module Aws::Evs
|
|
|
1080
1130
|
#
|
|
1081
1131
|
# resp.environment_summary.environment_id #=> String
|
|
1082
1132
|
# resp.environment_summary.environment_name #=> String
|
|
1083
|
-
# resp.environment_summary.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1133
|
+
# resp.environment_summary.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1084
1134
|
# resp.environment_summary.environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1085
1135
|
# resp.environment_summary.environment_state #=> String, one of "CREATING", "CREATED", "DELETING", "DELETED", "CREATE_FAILED"
|
|
1086
1136
|
# resp.environment_summary.created_at #=> Time
|
|
@@ -1230,7 +1280,7 @@ module Aws::Evs
|
|
|
1230
1280
|
# resp.environment.environment_name #=> String
|
|
1231
1281
|
# resp.environment.vpc_id #=> String
|
|
1232
1282
|
# resp.environment.service_access_subnet_id #=> String
|
|
1233
|
-
# resp.environment.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1283
|
+
# resp.environment.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1234
1284
|
# resp.environment.terms_accepted #=> Boolean
|
|
1235
1285
|
# resp.environment.license_info #=> Array
|
|
1236
1286
|
# resp.environment.license_info[0].solution_key #=> String
|
|
@@ -1238,7 +1288,8 @@ module Aws::Evs
|
|
|
1238
1288
|
# resp.environment.site_id #=> String
|
|
1239
1289
|
# resp.environment.environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1240
1290
|
# resp.environment.checks #=> Array
|
|
1241
|
-
# resp.environment.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
1291
|
+
# resp.environment.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
1292
|
+
# resp.environment.checks[0].id #=> String
|
|
1242
1293
|
# resp.environment.checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1243
1294
|
# resp.environment.checks[0].impaired_since #=> Time
|
|
1244
1295
|
# resp.environment.connectivity_info.private_route_server_peerings #=> Array
|
|
@@ -1312,14 +1363,14 @@ module Aws::Evs
|
|
|
1312
1363
|
#
|
|
1313
1364
|
# resp.connector.environment_id #=> String
|
|
1314
1365
|
# resp.connector.connector_id #=> String
|
|
1315
|
-
# resp.connector.type #=> String, one of "VCENTER"
|
|
1366
|
+
# resp.connector.type #=> String, one of "OPERATIONS_MANAGER", "SDDC_MANAGER", "VCENTER"
|
|
1316
1367
|
# resp.connector.appliance_fqdn #=> String
|
|
1317
1368
|
# resp.connector.secret_arn #=> String
|
|
1318
1369
|
# resp.connector.state #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED"
|
|
1319
1370
|
# resp.connector.state_details #=> String
|
|
1320
1371
|
# resp.connector.status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1321
1372
|
# resp.connector.checks #=> Array
|
|
1322
|
-
# resp.connector.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
1373
|
+
# resp.connector.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
1323
1374
|
# resp.connector.checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1324
1375
|
# resp.connector.checks[0].last_check_attempt #=> Time
|
|
1325
1376
|
# resp.connector.checks[0].impaired_since #=> Time
|
|
@@ -1327,7 +1378,7 @@ module Aws::Evs
|
|
|
1327
1378
|
# resp.connector.modified_at #=> Time
|
|
1328
1379
|
# resp.environment_summary.environment_id #=> String
|
|
1329
1380
|
# resp.environment_summary.environment_name #=> String
|
|
1330
|
-
# resp.environment_summary.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1381
|
+
# resp.environment_summary.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1331
1382
|
# resp.environment_summary.environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1332
1383
|
# resp.environment_summary.environment_state #=> String, one of "CREATING", "CREATED", "DELETING", "DELETED", "CREATE_FAILED"
|
|
1333
1384
|
# resp.environment_summary.created_at #=> Time
|
|
@@ -1389,7 +1440,7 @@ module Aws::Evs
|
|
|
1389
1440
|
#
|
|
1390
1441
|
# resp.environment_summary.environment_id #=> String
|
|
1391
1442
|
# resp.environment_summary.environment_name #=> String
|
|
1392
|
-
# resp.environment_summary.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1443
|
+
# resp.environment_summary.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1393
1444
|
# resp.environment_summary.environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1394
1445
|
# resp.environment_summary.environment_state #=> String, one of "CREATING", "CREATED", "DELETING", "DELETED", "CREATE_FAILED"
|
|
1395
1446
|
# resp.environment_summary.created_at #=> Time
|
|
@@ -1555,7 +1606,7 @@ module Aws::Evs
|
|
|
1555
1606
|
# resp.environment.environment_name #=> String
|
|
1556
1607
|
# resp.environment.vpc_id #=> String
|
|
1557
1608
|
# resp.environment.service_access_subnet_id #=> String
|
|
1558
|
-
# resp.environment.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1609
|
+
# resp.environment.vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1559
1610
|
# resp.environment.terms_accepted #=> Boolean
|
|
1560
1611
|
# resp.environment.license_info #=> Array
|
|
1561
1612
|
# resp.environment.license_info[0].solution_key #=> String
|
|
@@ -1563,7 +1614,8 @@ module Aws::Evs
|
|
|
1563
1614
|
# resp.environment.site_id #=> String
|
|
1564
1615
|
# resp.environment.environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1565
1616
|
# resp.environment.checks #=> Array
|
|
1566
|
-
# resp.environment.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
1617
|
+
# resp.environment.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
1618
|
+
# resp.environment.checks[0].id #=> String
|
|
1567
1619
|
# resp.environment.checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1568
1620
|
# resp.environment.checks[0].impaired_since #=> Time
|
|
1569
1621
|
# resp.environment.connectivity_info.private_route_server_peerings #=> Array
|
|
@@ -1604,7 +1656,7 @@ module Aws::Evs
|
|
|
1604
1656
|
# @example Response structure
|
|
1605
1657
|
#
|
|
1606
1658
|
# resp.vcf_versions #=> Array
|
|
1607
|
-
# resp.vcf_versions[0].vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1659
|
+
# resp.vcf_versions[0].vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1608
1660
|
# resp.vcf_versions[0].status #=> String
|
|
1609
1661
|
# resp.vcf_versions[0].default_esx_version #=> String
|
|
1610
1662
|
# resp.vcf_versions[0].instance_types #=> Array
|
|
@@ -1662,14 +1714,14 @@ module Aws::Evs
|
|
|
1662
1714
|
# resp.connectors #=> Array
|
|
1663
1715
|
# resp.connectors[0].environment_id #=> String
|
|
1664
1716
|
# resp.connectors[0].connector_id #=> String
|
|
1665
|
-
# resp.connectors[0].type #=> String, one of "VCENTER"
|
|
1717
|
+
# resp.connectors[0].type #=> String, one of "OPERATIONS_MANAGER", "SDDC_MANAGER", "VCENTER"
|
|
1666
1718
|
# resp.connectors[0].appliance_fqdn #=> String
|
|
1667
1719
|
# resp.connectors[0].secret_arn #=> String
|
|
1668
1720
|
# resp.connectors[0].state #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED"
|
|
1669
1721
|
# resp.connectors[0].state_details #=> String
|
|
1670
1722
|
# resp.connectors[0].status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1671
1723
|
# resp.connectors[0].checks #=> Array
|
|
1672
|
-
# resp.connectors[0].checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
1724
|
+
# resp.connectors[0].checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
1673
1725
|
# resp.connectors[0].checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1674
1726
|
# resp.connectors[0].checks[0].last_check_attempt #=> Time
|
|
1675
1727
|
# resp.connectors[0].checks[0].impaired_since #=> Time
|
|
@@ -1846,7 +1898,7 @@ module Aws::Evs
|
|
|
1846
1898
|
# resp.environment_summaries #=> Array
|
|
1847
1899
|
# resp.environment_summaries[0].environment_id #=> String
|
|
1848
1900
|
# resp.environment_summaries[0].environment_name #=> String
|
|
1849
|
-
# resp.environment_summaries[0].vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2"
|
|
1901
|
+
# resp.environment_summaries[0].vcf_version #=> String, one of "VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED"
|
|
1850
1902
|
# resp.environment_summaries[0].environment_status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
1851
1903
|
# resp.environment_summaries[0].environment_state #=> String, one of "CREATING", "CREATED", "DELETING", "DELETED", "CREATE_FAILED"
|
|
1852
1904
|
# resp.environment_summaries[0].created_at #=> Time
|
|
@@ -2078,14 +2130,14 @@ module Aws::Evs
|
|
|
2078
2130
|
#
|
|
2079
2131
|
# resp.connector.environment_id #=> String
|
|
2080
2132
|
# resp.connector.connector_id #=> String
|
|
2081
|
-
# resp.connector.type #=> String, one of "VCENTER"
|
|
2133
|
+
# resp.connector.type #=> String, one of "OPERATIONS_MANAGER", "SDDC_MANAGER", "VCENTER"
|
|
2082
2134
|
# resp.connector.appliance_fqdn #=> String
|
|
2083
2135
|
# resp.connector.secret_arn #=> String
|
|
2084
2136
|
# resp.connector.state #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED"
|
|
2085
2137
|
# resp.connector.state_details #=> String
|
|
2086
2138
|
# resp.connector.status #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
2087
2139
|
# resp.connector.checks #=> Array
|
|
2088
|
-
# resp.connector.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT"
|
|
2140
|
+
# resp.connector.checks[0].type #=> String, one of "KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH"
|
|
2089
2141
|
# resp.connector.checks[0].result #=> String, one of "PASSED", "FAILED", "UNKNOWN"
|
|
2090
2142
|
# resp.connector.checks[0].last_check_attempt #=> Time
|
|
2091
2143
|
# resp.connector.checks[0].impaired_since #=> Time
|
|
@@ -2119,7 +2171,7 @@ module Aws::Evs
|
|
|
2119
2171
|
tracer: tracer
|
|
2120
2172
|
)
|
|
2121
2173
|
context[:gem_name] = 'aws-sdk-evs'
|
|
2122
|
-
context[:gem_version] = '1.
|
|
2174
|
+
context[:gem_version] = '1.22.0'
|
|
2123
2175
|
Seahorse::Client::Request.new(handlers, context)
|
|
2124
2176
|
end
|
|
2125
2177
|
|
|
@@ -172,6 +172,7 @@ module Aws::Evs
|
|
|
172
172
|
AssociateEipToVlanResponse.struct_class = Types::AssociateEipToVlanResponse
|
|
173
173
|
|
|
174
174
|
Check.add_member(:type, Shapes::ShapeRef.new(shape: CheckType, location_name: "type"))
|
|
175
|
+
Check.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
175
176
|
Check.add_member(:result, Shapes::ShapeRef.new(shape: CheckResult, location_name: "result"))
|
|
176
177
|
Check.add_member(:impaired_since, Shapes::ShapeRef.new(shape: Timestamp, location_name: "impairedSince"))
|
|
177
178
|
Check.struct_class = Types::Check
|
|
@@ -243,12 +244,12 @@ module Aws::Evs
|
|
|
243
244
|
CreateEnvironmentRequest.add_member(:service_access_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "serviceAccessSubnetId"))
|
|
244
245
|
CreateEnvironmentRequest.add_member(:vcf_version, Shapes::ShapeRef.new(shape: VcfVersion, required: true, location_name: "vcfVersion"))
|
|
245
246
|
CreateEnvironmentRequest.add_member(:terms_accepted, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "termsAccepted"))
|
|
246
|
-
CreateEnvironmentRequest.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfoList, required: true, location_name: "licenseInfo"))
|
|
247
247
|
CreateEnvironmentRequest.add_member(:initial_vlans, Shapes::ShapeRef.new(shape: InitialVlans, required: true, location_name: "initialVlans"))
|
|
248
|
-
CreateEnvironmentRequest.add_member(:
|
|
249
|
-
CreateEnvironmentRequest.add_member(:
|
|
250
|
-
CreateEnvironmentRequest.add_member(:
|
|
251
|
-
CreateEnvironmentRequest.add_member(:
|
|
248
|
+
CreateEnvironmentRequest.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
|
|
249
|
+
CreateEnvironmentRequest.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfoList, location_name: "licenseInfo"))
|
|
250
|
+
CreateEnvironmentRequest.add_member(:hosts, Shapes::ShapeRef.new(shape: HostInfoForCreateList, location_name: "hosts"))
|
|
251
|
+
CreateEnvironmentRequest.add_member(:vcf_hostnames, Shapes::ShapeRef.new(shape: VcfHostnames, location_name: "vcfHostnames"))
|
|
252
|
+
CreateEnvironmentRequest.add_member(:site_id, Shapes::ShapeRef.new(shape: String, location_name: "siteId"))
|
|
252
253
|
CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
|
|
253
254
|
|
|
254
255
|
CreateEnvironmentResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
|
data/lib/aws-sdk-evs/types.rb
CHANGED
|
@@ -67,28 +67,51 @@ module Aws::Evs
|
|
|
67
67
|
# VMware VCF licensing compliance.
|
|
68
68
|
#
|
|
69
69
|
# @!attribute [rw] type
|
|
70
|
-
# The check type. Amazon EVS performs the following checks
|
|
70
|
+
# The check type. Amazon EVS performs the following checks:
|
|
71
71
|
#
|
|
72
|
-
# * `KEY_REUSE`:
|
|
73
|
-
# another Amazon EVS environment.
|
|
74
|
-
# is added to the environment.
|
|
72
|
+
# * `KEY_REUSE`: Verifies that the VCF license key is not used by
|
|
73
|
+
# another Amazon EVS environment.
|
|
75
74
|
#
|
|
76
|
-
# * `KEY_COVERAGE`:
|
|
77
|
-
# sufficient vCPU cores for all deployed hosts.
|
|
78
|
-
# any assigned hosts in the EVS environment are not covered by
|
|
79
|
-
# license keys, or when any unassigned hosts cannot be covered by
|
|
80
|
-
# available vCPU cores in keys.
|
|
75
|
+
# * `KEY_COVERAGE`: Verifies that the VCF license key allocates
|
|
76
|
+
# sufficient vCPU cores for all deployed hosts.
|
|
81
77
|
#
|
|
82
|
-
# * `REACHABILITY`:
|
|
83
|
-
# persistent connection to SDDC Manager.
|
|
84
|
-
# the environment, this check fails.
|
|
78
|
+
# * `REACHABILITY`: Verifies that the Amazon EVS control plane has a
|
|
79
|
+
# persistent connection to SDDC Manager.
|
|
85
80
|
#
|
|
86
|
-
# * `HOST_COUNT`:
|
|
87
|
-
#
|
|
81
|
+
# * `HOST_COUNT`: Verifies that the environment meets the minimum host
|
|
82
|
+
# count.
|
|
88
83
|
#
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
#
|
|
84
|
+
# * `VCENTER_REACHABILITY`: Verifies vCenter Server reachability
|
|
85
|
+
# through the vCenter connector.
|
|
86
|
+
#
|
|
87
|
+
# * `VCENTER_VM_SYNC`: Verifies that the vCenter connector can
|
|
88
|
+
# synchronize VM inventory from vCenter Server.
|
|
89
|
+
#
|
|
90
|
+
# * `VCENTER_VM_EVENT`: Verifies that the vCenter connector can
|
|
91
|
+
# receive VM lifecycle events from vCenter Server.
|
|
92
|
+
#
|
|
93
|
+
# * `OPERATIONS_MANAGER_REACHABILITY`: Verifies Operations Manager
|
|
94
|
+
# reachability through the Operations Manager connector.
|
|
95
|
+
#
|
|
96
|
+
# * `SDDC_MANAGER_REACHABILITY`: Verifies SDDC Manager reachability
|
|
97
|
+
# through the SDDC Manager connector.
|
|
98
|
+
#
|
|
99
|
+
# * `SDDC_MANAGER_HOST_COUNT`: Verifies that the host count reported
|
|
100
|
+
# by SDDC Manager meets Amazon EVS minimum requirements.
|
|
101
|
+
#
|
|
102
|
+
# * `SDDC_MANAGER_KEY_COVERAGE`: Verifies that the VCF license key
|
|
103
|
+
# configured in SDDC Manager covers all deployed hosts.
|
|
104
|
+
#
|
|
105
|
+
# * `SDDC_MANAGER_KEY_REUSE`: Verifies that the VCF license key
|
|
106
|
+
# configured in SDDC Manager is not used by another Amazon EVS
|
|
107
|
+
# environment.
|
|
108
|
+
#
|
|
109
|
+
# * `CONNECTOR_HEALTH`: Aggregate health across all connectors in the
|
|
110
|
+
# environment.
|
|
111
|
+
# @return [String]
|
|
112
|
+
#
|
|
113
|
+
# @!attribute [rw] id
|
|
114
|
+
# A unique ID for the check.
|
|
92
115
|
# @return [String]
|
|
93
116
|
#
|
|
94
117
|
# @!attribute [rw] result
|
|
@@ -103,6 +126,7 @@ module Aws::Evs
|
|
|
103
126
|
#
|
|
104
127
|
class Check < Struct.new(
|
|
105
128
|
:type,
|
|
129
|
+
:id,
|
|
106
130
|
:result,
|
|
107
131
|
:impaired_since)
|
|
108
132
|
SENSITIVE = []
|
|
@@ -114,6 +138,10 @@ module Aws::Evs
|
|
|
114
138
|
# environment creation, the route server endpoints peer with the NSX
|
|
115
139
|
# uplink VLAN for connectivity to the NSX overlay network.
|
|
116
140
|
#
|
|
141
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
142
|
+
#
|
|
143
|
+
# </note>
|
|
144
|
+
#
|
|
117
145
|
# @!attribute [rw] private_route_server_peerings
|
|
118
146
|
# The unique IDs for private route server peers.
|
|
119
147
|
# @return [Array<String>]
|
|
@@ -127,8 +155,8 @@ module Aws::Evs
|
|
|
127
155
|
end
|
|
128
156
|
|
|
129
157
|
# An object that represents a connector for an Amazon EVS environment. A
|
|
130
|
-
# connector establishes a
|
|
131
|
-
# stored in Amazon Web Services Secrets Manager.
|
|
158
|
+
# connector establishes a connection to the given appliance type using
|
|
159
|
+
# the credentials stored in Amazon Web Services Secrets Manager.
|
|
132
160
|
#
|
|
133
161
|
# @!attribute [rw] environment_id
|
|
134
162
|
# The unique ID of the environment that the connector belongs to.
|
|
@@ -302,6 +330,16 @@ module Aws::Evs
|
|
|
302
330
|
#
|
|
303
331
|
# @!attribute [rw] type
|
|
304
332
|
# The type of connector to create.
|
|
333
|
+
#
|
|
334
|
+
# * `OPERATIONS_MANAGER`: Connector to an Operations Manager
|
|
335
|
+
# appliance. Required for VCF 9x environments.
|
|
336
|
+
#
|
|
337
|
+
# * `SDDC_MANAGER`: Connector to an SDDC Manager appliance. Required
|
|
338
|
+
# for VCF 5.x environments.
|
|
339
|
+
#
|
|
340
|
+
# * `VCENTER`: Connector to a vCenter Server appliance. Required for
|
|
341
|
+
# features that depend on vCenter, such as Windows Server
|
|
342
|
+
# license-included.
|
|
305
343
|
# @return [String]
|
|
306
344
|
#
|
|
307
345
|
# @!attribute [rw] appliance_fqdn
|
|
@@ -311,10 +349,12 @@ module Aws::Evs
|
|
|
311
349
|
#
|
|
312
350
|
# @!attribute [rw] secret_identifier
|
|
313
351
|
# The ARN or name of the Amazon Web Services Secrets Manager secret
|
|
314
|
-
# that stores the credentials for the VCF appliance.
|
|
352
|
+
# that stores the credentials for the VCF appliance. `SDDC_MANAGER`
|
|
353
|
+
# requires an `apiKey` field; `OPERATIONS_MANAGER` and `VCENTER`
|
|
354
|
+
# require `username` and `password` fields.
|
|
315
355
|
#
|
|
316
356
|
# Do not use credentials with Administrator privileges. We recommend
|
|
317
|
-
# using a service account with
|
|
357
|
+
# using a service account with read-only permissions.
|
|
318
358
|
# @return [String]
|
|
319
359
|
#
|
|
320
360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evs-2023-07-27/CreateEnvironmentConnectorRequest AWS API Documentation
|
|
@@ -481,25 +521,53 @@ module Aws::Evs
|
|
|
481
521
|
#
|
|
482
522
|
# @!attribute [rw] service_access_subnet_id
|
|
483
523
|
# The subnet that is used to establish connectivity between the Amazon
|
|
484
|
-
# EVS control plane and VPC. Amazon EVS uses this
|
|
485
|
-
#
|
|
486
|
-
#
|
|
524
|
+
# EVS control plane and VPC. The Amazon EVS control plane uses this
|
|
525
|
+
# subnet to interface with your environment. This includes validating
|
|
526
|
+
# DNS records and enabling Amazon EVS Connectors.
|
|
487
527
|
# @return [String]
|
|
488
528
|
#
|
|
489
529
|
# @!attribute [rw] vcf_version
|
|
490
530
|
# The VCF version to use for the environment.
|
|
531
|
+
#
|
|
532
|
+
# * `SELF_DEPLOYED`: You install VCF yourself. The `licenseInfo`,
|
|
533
|
+
# `hosts`, `vcfHostnames`, `siteId`, and `connectivityInfo`
|
|
534
|
+
# parameters are not supported.
|
|
535
|
+
#
|
|
536
|
+
# * Any other valid value: Amazon EVS installs and configures VCF for
|
|
537
|
+
# you in the version you specify.
|
|
491
538
|
# @return [String]
|
|
492
539
|
#
|
|
493
540
|
# @!attribute [rw] terms_accepted
|
|
494
|
-
#
|
|
495
|
-
#
|
|
496
|
-
#
|
|
497
|
-
#
|
|
498
|
-
#
|
|
499
|
-
#
|
|
500
|
-
# support portal.
|
|
541
|
+
# Confirmation that the customer has purchased and will continue to
|
|
542
|
+
# maintain the required number of VCF software licenses to cover all
|
|
543
|
+
# physical processor cores in the Amazon EVS environment. Information
|
|
544
|
+
# about your VCF software in Amazon EVS will be shared with Broadcom
|
|
545
|
+
# to verify license compliance. Amazon EVS does not validate license
|
|
546
|
+
# keys. To validate license keys, visit the Broadcom support portal.
|
|
501
547
|
# @return [Boolean]
|
|
502
548
|
#
|
|
549
|
+
# @!attribute [rw] initial_vlans
|
|
550
|
+
# The initial VLAN subnets for the Amazon EVS environment.
|
|
551
|
+
#
|
|
552
|
+
# <note markdown="1"> For each Amazon EVS VLAN subnet, you must specify a non-overlapping
|
|
553
|
+
# CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size
|
|
554
|
+
# of /28 and a maximum size of /24.
|
|
555
|
+
#
|
|
556
|
+
# </note>
|
|
557
|
+
# @return [Types::InitialVlans]
|
|
558
|
+
#
|
|
559
|
+
# @!attribute [rw] connectivity_info
|
|
560
|
+
# The connectivity configuration for the environment. Amazon EVS
|
|
561
|
+
# requires that you specify two route server peer IDs. During
|
|
562
|
+
# environment creation, the route server endpoints peer with the NSX
|
|
563
|
+
# edges over the NSX uplink subnet, providing BGP-based dynamic
|
|
564
|
+
# routing for overlay networks.
|
|
565
|
+
#
|
|
566
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
567
|
+
#
|
|
568
|
+
# </note>
|
|
569
|
+
# @return [Types::ConnectivityInfo]
|
|
570
|
+
#
|
|
503
571
|
# @!attribute [rw] license_info
|
|
504
572
|
# The license information that Amazon EVS requires to create an
|
|
505
573
|
# environment. Amazon EVS requires two license keys: a VCF solution
|
|
@@ -516,45 +584,36 @@ module Aws::Evs
|
|
|
516
584
|
#
|
|
517
585
|
# VCF license information can be retrieved from the Broadcom portal.
|
|
518
586
|
#
|
|
587
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
588
|
+
#
|
|
589
|
+
# </note>
|
|
590
|
+
#
|
|
519
591
|
#
|
|
520
592
|
#
|
|
521
593
|
# [1]: https://docs.aws.amazon.com/evs/latest/userguide/vcf-license-mgmt.html
|
|
522
594
|
# @return [Array<Types::LicenseInfo>]
|
|
523
595
|
#
|
|
524
|
-
# @!attribute [rw]
|
|
525
|
-
# The
|
|
596
|
+
# @!attribute [rw] hosts
|
|
597
|
+
# The ESX hosts to add to the environment. For each host, provide the
|
|
598
|
+
# desired hostname, EC2 SSH keypair name, and EC2 instance type.
|
|
599
|
+
# Optionally, provide a partition or cluster placement group, or use
|
|
600
|
+
# Amazon EC2 Dedicated Hosts.
|
|
526
601
|
#
|
|
527
|
-
# <note markdown="1">
|
|
528
|
-
#
|
|
529
|
-
#
|
|
602
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`. In that case,
|
|
603
|
+
# you can add hosts using `CreateEnvironmentHost` after the
|
|
604
|
+
# environment is created.
|
|
530
605
|
#
|
|
531
606
|
# </note>
|
|
532
|
-
# @return [Types::InitialVlans]
|
|
533
|
-
#
|
|
534
|
-
# @!attribute [rw] hosts
|
|
535
|
-
# The ESX hosts to add to the environment. Amazon EVS requires that
|
|
536
|
-
# you provide details for a minimum of 4 hosts during environment
|
|
537
|
-
# creation.
|
|
538
|
-
#
|
|
539
|
-
# For each host, you must provide the desired hostname, EC2 SSH
|
|
540
|
-
# keypair name, and EC2 instance type. Optionally, you can also
|
|
541
|
-
# provide a partition or cluster placement group to use, or use Amazon
|
|
542
|
-
# EC2 Dedicated Hosts.
|
|
543
607
|
# @return [Array<Types::HostInfoForCreate>]
|
|
544
608
|
#
|
|
545
|
-
# @!attribute [rw] connectivity_info
|
|
546
|
-
# The connectivity configuration for the environment. Amazon EVS
|
|
547
|
-
# requires that you specify two route server peer IDs. During
|
|
548
|
-
# environment creation, the route server endpoints peer with the NSX
|
|
549
|
-
# edges over the NSX uplink subnet, providing BGP-based dynamic
|
|
550
|
-
# routing for overlay networks.
|
|
551
|
-
# @return [Types::ConnectivityInfo]
|
|
552
|
-
#
|
|
553
609
|
# @!attribute [rw] vcf_hostnames
|
|
554
610
|
# The DNS hostnames for the virtual machines that host the VCF
|
|
555
|
-
# management appliances.
|
|
556
|
-
#
|
|
557
|
-
#
|
|
611
|
+
# management appliances. Provide hostnames for vCenter, NSX Manager,
|
|
612
|
+
# SDDC Manager, and Cloud Builder.
|
|
613
|
+
#
|
|
614
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
615
|
+
#
|
|
616
|
+
# </note>
|
|
558
617
|
# @return [Types::VcfHostnames]
|
|
559
618
|
#
|
|
560
619
|
# @!attribute [rw] site_id
|
|
@@ -564,6 +623,10 @@ module Aws::Evs
|
|
|
564
623
|
# your software contract or contract renewal. Amazon EVS uses the
|
|
565
624
|
# Broadcom Site ID that you provide to meet Broadcom VCF license usage
|
|
566
625
|
# reporting requirements for Amazon EVS.
|
|
626
|
+
#
|
|
627
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
628
|
+
#
|
|
629
|
+
# </note>
|
|
567
630
|
# @return [String]
|
|
568
631
|
#
|
|
569
632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evs-2023-07-27/CreateEnvironmentRequest AWS API Documentation
|
|
@@ -578,10 +641,10 @@ module Aws::Evs
|
|
|
578
641
|
:service_access_subnet_id,
|
|
579
642
|
:vcf_version,
|
|
580
643
|
:terms_accepted,
|
|
581
|
-
:license_info,
|
|
582
644
|
:initial_vlans,
|
|
583
|
-
:hosts,
|
|
584
645
|
:connectivity_info,
|
|
646
|
+
:license_info,
|
|
647
|
+
:hosts,
|
|
585
648
|
:vcf_hostnames,
|
|
586
649
|
:site_id)
|
|
587
650
|
SENSITIVE = []
|
|
@@ -962,8 +1025,7 @@ module Aws::Evs
|
|
|
962
1025
|
# @return [String]
|
|
963
1026
|
#
|
|
964
1027
|
# @!attribute [rw] checks
|
|
965
|
-
# A check on the environment to identify
|
|
966
|
-
# VCF licensing issues.
|
|
1028
|
+
# A check on the environment to identify connector health.
|
|
967
1029
|
# @return [Array<Types::Check>]
|
|
968
1030
|
#
|
|
969
1031
|
# @!attribute [rw] connectivity_info
|
|
@@ -1193,10 +1255,7 @@ module Aws::Evs
|
|
|
1193
1255
|
include Aws::Structure
|
|
1194
1256
|
end
|
|
1195
1257
|
|
|
1196
|
-
# An ESX host that runs on an Amazon EC2 bare metal instance.
|
|
1197
|
-
# are created in an Amazon EVS environment during environment creation.
|
|
1198
|
-
# You can add hosts to an environment using the `CreateEnvironmentHost`
|
|
1199
|
-
# operation. Amazon EVS supports 4-32 hosts per environment.
|
|
1258
|
+
# An ESX host that runs on an Amazon EC2 bare metal instance.
|
|
1200
1259
|
#
|
|
1201
1260
|
# @!attribute [rw] host_name
|
|
1202
1261
|
# The DNS hostname of the host. DNS hostnames for hosts must be unique
|
|
@@ -2109,12 +2168,16 @@ module Aws::Evs
|
|
|
2109
2168
|
# VMware VCF requires the deployment of two NSX Edge nodes, and three
|
|
2110
2169
|
# NSX Manager virtual machines.
|
|
2111
2170
|
#
|
|
2171
|
+
# <note markdown="1"> Not supported when `vcfVersion` is `SELF_DEPLOYED`.
|
|
2172
|
+
#
|
|
2173
|
+
# </note>
|
|
2174
|
+
#
|
|
2112
2175
|
# @!attribute [rw] v_center
|
|
2113
2176
|
# The VMware vCenter hostname.
|
|
2114
2177
|
# @return [String]
|
|
2115
2178
|
#
|
|
2116
2179
|
# @!attribute [rw] nsx
|
|
2117
|
-
# The VMware NSX hostname.
|
|
2180
|
+
# The VMware NSX Virtual IP (VIP) hostname.
|
|
2118
2181
|
# @return [String]
|
|
2119
2182
|
#
|
|
2120
2183
|
# @!attribute [rw] nsx_manager_1
|
data/lib/aws-sdk-evs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -121,14 +121,8 @@ module Aws
|
|
|
121
121
|
},
|
|
122
122
|
vpc_id: ::String,
|
|
123
123
|
service_access_subnet_id: ::String,
|
|
124
|
-
vcf_version: ("VCF-5.2.1" | "VCF-5.2.2"),
|
|
124
|
+
vcf_version: ("VCF-5.2.1" | "VCF-5.2.2" | "SELF_DEPLOYED"),
|
|
125
125
|
terms_accepted: bool,
|
|
126
|
-
license_info: Array[
|
|
127
|
-
{
|
|
128
|
-
solution_key: ::String,
|
|
129
|
-
vsan_key: ::String
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
126
|
initial_vlans: {
|
|
133
127
|
vmk_management: {
|
|
134
128
|
cidr: ::String
|
|
@@ -163,7 +157,16 @@ module Aws
|
|
|
163
157
|
is_hcx_public: bool?,
|
|
164
158
|
hcx_network_acl_id: ::String?
|
|
165
159
|
},
|
|
166
|
-
|
|
160
|
+
?connectivity_info: {
|
|
161
|
+
private_route_server_peerings: Array[::String]
|
|
162
|
+
},
|
|
163
|
+
?license_info: Array[
|
|
164
|
+
{
|
|
165
|
+
solution_key: ::String,
|
|
166
|
+
vsan_key: ::String
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
?hosts: Array[
|
|
167
170
|
{
|
|
168
171
|
host_name: ::String,
|
|
169
172
|
key_name: ::String,
|
|
@@ -172,10 +175,7 @@ module Aws
|
|
|
172
175
|
dedicated_host_id: ::String?
|
|
173
176
|
}
|
|
174
177
|
],
|
|
175
|
-
|
|
176
|
-
private_route_server_peerings: Array[::String]
|
|
177
|
-
},
|
|
178
|
-
vcf_hostnames: {
|
|
178
|
+
?vcf_hostnames: {
|
|
179
179
|
v_center: ::String,
|
|
180
180
|
nsx: ::String,
|
|
181
181
|
nsx_manager_1: ::String,
|
|
@@ -186,7 +186,7 @@ module Aws
|
|
|
186
186
|
sddc_manager: ::String,
|
|
187
187
|
cloud_builder: ::String
|
|
188
188
|
},
|
|
189
|
-
site_id: ::String
|
|
189
|
+
?site_id: ::String
|
|
190
190
|
) -> _CreateEnvironmentResponseSuccess
|
|
191
191
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
|
|
192
192
|
|
|
@@ -198,7 +198,7 @@ module Aws
|
|
|
198
198
|
def create_environment_connector: (
|
|
199
199
|
?client_token: ::String,
|
|
200
200
|
environment_id: ::String,
|
|
201
|
-
type: ("VCENTER"),
|
|
201
|
+
type: ("OPERATIONS_MANAGER" | "SDDC_MANAGER" | "VCENTER"),
|
|
202
202
|
appliance_fqdn: ::String,
|
|
203
203
|
secret_identifier: ::String
|
|
204
204
|
) -> _CreateEnvironmentConnectorResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -22,7 +22,8 @@ module Aws::Evs
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
class Check
|
|
25
|
-
attr_accessor type: ("KEY_REUSE" | "KEY_COVERAGE" | "REACHABILITY" | "HOST_COUNT" | "VCENTER_REACHABILITY" | "VCENTER_VM_SYNC" | "VCENTER_VM_EVENT")
|
|
25
|
+
attr_accessor type: ("KEY_REUSE" | "KEY_COVERAGE" | "REACHABILITY" | "HOST_COUNT" | "VCENTER_REACHABILITY" | "VCENTER_VM_SYNC" | "VCENTER_VM_EVENT" | "OPERATIONS_MANAGER_REACHABILITY" | "SDDC_MANAGER_REACHABILITY" | "SDDC_MANAGER_HOST_COUNT" | "SDDC_MANAGER_KEY_COVERAGE" | "SDDC_MANAGER_KEY_REUSE" | "CONNECTOR_HEALTH")
|
|
26
|
+
attr_accessor id: ::String
|
|
26
27
|
attr_accessor result: ("PASSED" | "FAILED" | "UNKNOWN")
|
|
27
28
|
attr_accessor impaired_since: ::Time
|
|
28
29
|
SENSITIVE: []
|
|
@@ -36,7 +37,7 @@ module Aws::Evs
|
|
|
36
37
|
class Connector
|
|
37
38
|
attr_accessor environment_id: ::String
|
|
38
39
|
attr_accessor connector_id: ::String
|
|
39
|
-
attr_accessor type: ("VCENTER")
|
|
40
|
+
attr_accessor type: ("OPERATIONS_MANAGER" | "SDDC_MANAGER" | "VCENTER")
|
|
40
41
|
attr_accessor appliance_fqdn: ::String
|
|
41
42
|
attr_accessor secret_arn: ::String
|
|
42
43
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETED")
|
|
@@ -49,7 +50,7 @@ module Aws::Evs
|
|
|
49
50
|
end
|
|
50
51
|
|
|
51
52
|
class ConnectorCheck
|
|
52
|
-
attr_accessor type: ("KEY_REUSE" | "KEY_COVERAGE" | "REACHABILITY" | "HOST_COUNT" | "VCENTER_REACHABILITY" | "VCENTER_VM_SYNC" | "VCENTER_VM_EVENT")
|
|
53
|
+
attr_accessor type: ("KEY_REUSE" | "KEY_COVERAGE" | "REACHABILITY" | "HOST_COUNT" | "VCENTER_REACHABILITY" | "VCENTER_VM_SYNC" | "VCENTER_VM_EVENT" | "OPERATIONS_MANAGER_REACHABILITY" | "SDDC_MANAGER_REACHABILITY" | "SDDC_MANAGER_HOST_COUNT" | "SDDC_MANAGER_KEY_COVERAGE" | "SDDC_MANAGER_KEY_REUSE" | "CONNECTOR_HEALTH")
|
|
53
54
|
attr_accessor result: ("PASSED" | "FAILED" | "UNKNOWN")
|
|
54
55
|
attr_accessor last_check_attempt: ::Time
|
|
55
56
|
attr_accessor impaired_since: ::Time
|
|
@@ -73,7 +74,7 @@ module Aws::Evs
|
|
|
73
74
|
class CreateEnvironmentConnectorRequest
|
|
74
75
|
attr_accessor client_token: ::String
|
|
75
76
|
attr_accessor environment_id: ::String
|
|
76
|
-
attr_accessor type: ("VCENTER")
|
|
77
|
+
attr_accessor type: ("OPERATIONS_MANAGER" | "SDDC_MANAGER" | "VCENTER")
|
|
77
78
|
attr_accessor appliance_fqdn: ::String
|
|
78
79
|
attr_accessor secret_identifier: ::String
|
|
79
80
|
SENSITIVE: []
|
|
@@ -106,12 +107,12 @@ module Aws::Evs
|
|
|
106
107
|
attr_accessor service_access_security_groups: Types::ServiceAccessSecurityGroups
|
|
107
108
|
attr_accessor vpc_id: ::String
|
|
108
109
|
attr_accessor service_access_subnet_id: ::String
|
|
109
|
-
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2")
|
|
110
|
+
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2" | "SELF_DEPLOYED")
|
|
110
111
|
attr_accessor terms_accepted: bool
|
|
111
|
-
attr_accessor license_info: ::Array[Types::LicenseInfo]
|
|
112
112
|
attr_accessor initial_vlans: Types::InitialVlans
|
|
113
|
-
attr_accessor hosts: ::Array[Types::HostInfoForCreate]
|
|
114
113
|
attr_accessor connectivity_info: Types::ConnectivityInfo
|
|
114
|
+
attr_accessor license_info: ::Array[Types::LicenseInfo]
|
|
115
|
+
attr_accessor hosts: ::Array[Types::HostInfoForCreate]
|
|
115
116
|
attr_accessor vcf_hostnames: Types::VcfHostnames
|
|
116
117
|
attr_accessor site_id: ::String
|
|
117
118
|
SENSITIVE: []
|
|
@@ -203,7 +204,7 @@ module Aws::Evs
|
|
|
203
204
|
attr_accessor environment_name: ::String
|
|
204
205
|
attr_accessor vpc_id: ::String
|
|
205
206
|
attr_accessor service_access_subnet_id: ::String
|
|
206
|
-
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2")
|
|
207
|
+
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2" | "SELF_DEPLOYED")
|
|
207
208
|
attr_accessor terms_accepted: bool
|
|
208
209
|
attr_accessor license_info: ::Array[Types::LicenseInfo]
|
|
209
210
|
attr_accessor site_id: ::String
|
|
@@ -220,7 +221,7 @@ module Aws::Evs
|
|
|
220
221
|
class EnvironmentSummary
|
|
221
222
|
attr_accessor environment_id: ::String
|
|
222
223
|
attr_accessor environment_name: ::String
|
|
223
|
-
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2")
|
|
224
|
+
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2" | "SELF_DEPLOYED")
|
|
224
225
|
attr_accessor environment_status: ("PASSED" | "FAILED" | "UNKNOWN")
|
|
225
226
|
attr_accessor environment_state: ("CREATING" | "CREATED" | "DELETING" | "DELETED" | "CREATE_FAILED")
|
|
226
227
|
attr_accessor created_at: ::Time
|
|
@@ -508,7 +509,7 @@ module Aws::Evs
|
|
|
508
509
|
end
|
|
509
510
|
|
|
510
511
|
class VcfVersionInfo
|
|
511
|
-
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2")
|
|
512
|
+
attr_accessor vcf_version: ("VCF-5.2.1" | "VCF-5.2.2" | "SELF_DEPLOYED")
|
|
512
513
|
attr_accessor status: ::String
|
|
513
514
|
attr_accessor default_esx_version: ::String
|
|
514
515
|
attr_accessor instance_types: ::Array[("i4i.metal" | "i7i.metal-24xl")]
|