Skip to content

Commit

Permalink
feat(alloydb): update the api
Browse files Browse the repository at this point in the history
#### alloydb:v1alpha

The following keys were added:
- schemas.PscInstanceConfig.properties.pscDnsName (Total Keys: 2)

#### alloydb:v1beta

The following keys were added:
- schemas.PscInstanceConfig.properties.pscDnsName (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 8d0fe81 commit 90e542a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
Expand Up @@ -180,6 +180,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -314,6 +315,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -539,6 +541,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -724,6 +727,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -847,6 +851,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down
Expand Up @@ -180,6 +180,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -313,6 +314,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -537,6 +539,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -721,6 +724,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down Expand Up @@ -843,6 +847,7 @@ <h3>Method Details</h3>
&quot;outgoingServiceAttachmentLinks&quot;: [ # Optional. List of service attachments that this instance has created endpoints to connect with. Currently, only a single outgoing service attachment is supported per instance.
&quot;A String&quot;,
],
&quot;pscDnsName&quot;: &quot;A String&quot;, # Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog
&quot;pscEnabled&quot;: True or False, # Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.
&quot;pscInterfaceConfigs&quot;: [ # Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. All the VMs created for the primary instance will share the same configurations. Currently we only support 0 or 1 PSC interface.
{ # Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.
Expand Down
4 changes: 2 additions & 2 deletions googleapiclient/discovery_cache/documents/alloydb.v1.json
Expand Up @@ -1489,7 +1489,7 @@
}
}
},
"revision": "20240223",
"revision": "20240228",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AutomatedBackupPolicy": {
Expand Down Expand Up @@ -3638,7 +3638,7 @@ false
},
"primaryResourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested"
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested, otherwise optional."
},
"product": {
"$ref": "StorageDatabasecenterProtoCommonProduct",
Expand Down
Expand Up @@ -1489,7 +1489,7 @@
}
}
},
"revision": "20240223",
"revision": "20240228",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -2924,6 +2924,11 @@ false
},
"type": "array"
},
"pscDnsName": {
"description": "Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog",
"readOnly": true,
"type": "string"
},
"pscEnabled": {
"description": "Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.",
"type": "boolean"
Expand Down Expand Up @@ -3806,7 +3811,7 @@ false
},
"primaryResourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested"
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested, otherwise optional."
},
"product": {
"$ref": "StorageDatabasecenterProtoCommonProduct",
Expand Down
9 changes: 7 additions & 2 deletions googleapiclient/discovery_cache/documents/alloydb.v1beta.json
Expand Up @@ -1486,7 +1486,7 @@
}
}
},
"revision": "20240223",
"revision": "20240228",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -2900,6 +2900,11 @@ false
},
"type": "array"
},
"pscDnsName": {
"description": "Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog",
"readOnly": true,
"type": "string"
},
"pscEnabled": {
"description": "Optional. Whether PSC connectivity is enabled for this instance. This is populated by referencing the value from the parent cluster.",
"type": "boolean"
Expand Down Expand Up @@ -3782,7 +3787,7 @@ false
},
"primaryResourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested"
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested, otherwise optional."
},
"product": {
"$ref": "StorageDatabasecenterProtoCommonProduct",
Expand Down

0 comments on commit 90e542a

Please sign in to comment.