@@ -556,6 +556,24 @@ spec:
556
556
its name. Can only contain ASCII letters, numbers, and hyphens.
557
557
pattern : ^[a-zA-Z0-9][a-zA-Z0-9-]*$
558
558
type : string
559
+ privateEndpoints :
560
+ items :
561
+ properties :
562
+ cloudProviderEndpointID :
563
+ description : CloudProviderEndpointID is the identifier of
564
+ the cloud provider endpoint.
565
+ type : string
566
+ name :
567
+ description : Name is the name of the Serverless PrivateLink
568
+ Service. Should be unique.
569
+ type : string
570
+ privateEndpointIpAddress :
571
+ description : PrivateEndpointIPAddress is the IPv4 address
572
+ of the private endpoint in your Azure VNet that someone
573
+ added to this private endpoint service.
574
+ type : string
575
+ type : object
576
+ type : array
559
577
providerSettings :
560
578
description : Configuration for the provisioned hosts on which
561
579
MongoDB runs. The available options are specific to the cloud
@@ -790,6 +808,50 @@ spec:
790
808
reconciliation of the resource.
791
809
format : int64
792
810
type : integer
811
+ serverlessPrivateEndpoints :
812
+ items :
813
+ properties :
814
+ _id :
815
+ description : ID is the identifier of the Serverless PrivateLink
816
+ Service.
817
+ type : string
818
+ cloudProviderEndpointId :
819
+ description : CloudProviderEndpointID is the identifier of the
820
+ cloud provider endpoint.
821
+ type : string
822
+ endpointServiceName :
823
+ description : EndpointServiceName is the name of the PrivateLink
824
+ endpoint service in AWS. Returns null while the endpoint service
825
+ is being created.
826
+ type : string
827
+ errorMessage :
828
+ description : ErrorMessage is the error message if the Serverless
829
+ PrivateLink Service failed to create or connect.
830
+ type : string
831
+ name :
832
+ description : Name is the name of the Serverless PrivateLink
833
+ Service. Should be unique.
834
+ type : string
835
+ privateEndpointIpAddress :
836
+ description : PrivateEndpointIPAddress is the IPv4 address of
837
+ the private endpoint in your Azure VNet that someone added
838
+ to this private endpoint service.
839
+ type : string
840
+ privateLinkServiceResourceId :
841
+ description : PrivateLinkServiceResourceID is the root-relative
842
+ path that identifies the Azure Private Link Service that MongoDB
843
+ Cloud manages. MongoDB Cloud returns null while it creates
844
+ the endpoint service.
845
+ type : string
846
+ providerName :
847
+ description : ProviderName is human-readable label that identifies
848
+ the cloud provider. Values include AWS or AZURE.
849
+ type : string
850
+ status :
851
+ description : Status of the AWS Serverless PrivateLink connection.
852
+ type : string
853
+ type : object
854
+ type : array
793
855
stateName :
794
856
description : ' StateName is the current state of the cluster. The possible
795
857
states are: IDLE, CREATING, UPDATING, DELETING, DELETED, REPAIRING'
0 commit comments