@@ -31,9 +31,15 @@ namespace Amazon.Evs.Model
31
31
{
32
32
/// <summary>
33
33
/// Container for the parameters to the CreateEnvironment operation.
34
+ /// <note>
35
+ /// <para>
36
+ /// Amazon EVS is in public preview release and is subject to change.
37
+ ///
38
+ /// </note>
39
+ /// <para>
34
40
/// Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX
35
41
/// Manager, and vCenter Server.
36
- ///
42
+ /// </para>
37
43
///
38
44
/// <para>
39
45
/// During environment creation, Amazon EVS performs validations on DNS settings, provisions
@@ -42,20 +48,16 @@ namespace Amazon.Evs.Model
42
48
///
43
49
/// <para>
44
50
/// It can take several hours to create an environment. After the deployment completes,
45
- /// you can configure VCF according to your unique requirements .
51
+ /// you can configure VCF in the vSphere user interface according to your needs .
46
52
/// </para>
47
53
/// <note>
48
54
/// <para>
49
55
/// You cannot use the <c>dedicatedHostId</c> and <c>placementGroupId</c> parameters together
50
56
/// in the same <c>CreateEnvironment</c> action. This results in a <c>ValidationException</c>
51
57
/// response.
52
58
/// </para>
53
- /// </note> <note>
54
- /// <para>
55
- /// EC2 instances created through Amazon EVS do not support associating an IAM instance
56
- /// profile.
57
- /// </para>
58
59
/// </note>
60
+ /// </para>
59
61
/// </summary>
60
62
public partial class CreateEnvironmentRequest : AmazonEvsRequest
61
63
{
@@ -110,7 +112,8 @@ internal bool IsSetClientToken()
110
112
/// <para>
111
113
/// The connectivity configuration for the environment. Amazon EVS requires that you
112
114
/// specify two route server peer IDs. During environment creation, the route server endpoints
113
- /// peer with the NSX edges over the NSX, providing BGP dynamic routing for overlay networks.
115
+ /// peer with the NSX edges over the NSX uplink subnet, providing BGP-based dynamic routing
116
+ /// for overlay networks.
114
117
/// </para>
115
118
/// </summary>
116
119
[ AWSProperty ( Required = true ) ]
@@ -157,9 +160,9 @@ internal bool IsSetEnvironmentName()
157
160
/// </para>
158
161
///
159
162
/// <para>
160
- /// For each host, you must provide the desired hostname, EC2 SSH key , and EC2 instance
161
- /// type. Optionally, you can also provide a partition or cluster placement group to use,
162
- /// or use Amazon EC2 Dedicated Hosts.
163
+ /// For each host, you must provide the desired hostname, EC2 SSH keypair name , and EC2
164
+ /// instance type. Optionally, you can also provide a partition or cluster placement group
165
+ /// to use, or use Amazon EC2 Dedicated Hosts.
163
166
/// </para>
164
167
/// <para />
165
168
/// Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
@@ -183,9 +186,14 @@ internal bool IsSetHosts()
183
186
/// <summary>
184
187
/// Gets and sets the property InitialVlans.
185
188
/// <para>
186
- /// The initial VLAN subnets for the environment. You must specify a non-overlapping CIDR
187
- /// block for each VLAN subnet.
189
+ /// The initial VLAN subnets for the Amazon EVS environment.
188
190
/// </para>
191
+ /// <note>
192
+ /// <para>
193
+ /// For each Amazon EVS VLAN subnet, you must specify a non-overlapping CIDR block. Amazon
194
+ /// EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24.
195
+ /// </para>
196
+ /// </note>
189
197
/// </summary>
190
198
[ AWSProperty ( Required = true ) ]
191
199
public InitialVlans InitialVlans
@@ -224,9 +232,9 @@ internal bool IsSetKmsKeyId()
224
232
/// Gets and sets the property LicenseInfo.
225
233
/// <para>
226
234
/// The license information that Amazon EVS requires to create an environment. Amazon
227
- /// EVS requires two license keys: a VCF solution key and a vSAN license key. VCF licenses
228
- /// must have sufficient core entitlements to cover vCPU core and vSAN storage capacity
229
- /// needs .
235
+ /// EVS requires two license keys: a VCF solution key and a vSAN license key. The VCF
236
+ /// solution key must cover a minimum of 256 cores. The vSAN license key must provide
237
+ /// at least 110 TiB of vSAN capacity .
230
238
/// </para>
231
239
///
232
240
/// <para>
@@ -370,9 +378,11 @@ internal bool IsSetTags()
370
378
/// <summary>
371
379
/// Gets and sets the property TermsAccepted.
372
380
/// <para>
373
- /// Customer confirmation that the customer has purchased and maintains sufficient VCF
374
- /// software licenses to cover all physical processor cores in the environment, in compliance
375
- /// with VMware's licensing requirements and terms of use.
381
+ /// Customer confirmation that the customer has purchased and will continue to maintain
382
+ /// the required number of VCF software licenses to cover all physical processor cores
383
+ /// in the Amazon EVS environment. Information about your VCF software in Amazon EVS will
384
+ /// be shared with Broadcom to verify license compliance. Amazon EVS does not validate
385
+ /// license keys. To validate license keys, visit the Broadcom support portal.
376
386
/// </para>
377
387
/// </summary>
378
388
[ AWSProperty ( Required = true ) ]
@@ -432,8 +442,7 @@ internal bool IsSetVcfVersion()
432
442
/// <summary>
433
443
/// Gets and sets the property VpcId.
434
444
/// <para>
435
- /// A unique ID for the VPC that connects to the environment control plane for service
436
- /// access.
445
+ /// A unique ID for the VPC that the environment is deployed inside.
437
446
/// </para>
438
447
///
439
448
/// <para>
@@ -442,22 +451,22 @@ internal bool IsSetVcfVersion()
442
451
/// </para>
443
452
///
444
453
/// <para>
445
- /// The VPC that you select must have a valid DHCP option set with domain name, at least
454
+ /// The VPC that you specify must have a valid DHCP option set with domain name, at least
446
455
/// two DNS servers, and an NTP server. These settings are used to configure your VCF
447
- /// appliances and hosts.
448
- /// </para>
449
- ///
450
- /// <para>
451
- /// If you plan to use HCX over the internet, choose a VPC that has a primary CIDR block
452
- /// and a /28 secondary CIDR block from an IPAM pool. Make sure that your VPC also has
453
- /// an attached internet gateway.
456
+ /// appliances and hosts. The VPC cannot be used with any other deployed Amazon EVS environment.
457
+ /// Amazon EVS does not provide multi-VPC support for environments at this time.
454
458
/// </para>
455
459
///
456
460
/// <para>
457
461
/// Amazon EVS does not support the following Amazon Web Services networking options for
458
462
/// NSX overlay connectivity: cross-Region VPC peering, Amazon S3 gateway endpoints, or
459
463
/// Amazon Web Services Direct Connect virtual private gateway associations.
460
464
/// </para>
465
+ /// <note>
466
+ /// <para>
467
+ /// Ensure that you specify a VPC that is adequately sized to accommodate the {evws} subnets.
468
+ /// </para>
469
+ /// </note>
461
470
/// </summary>
462
471
[ AWSProperty ( Required = true , Min = 12 , Max = 21 ) ]
463
472
public string VpcId
0 commit comments