Reference documentation and code samples for the Compute V1 Client class TargetHttpsProxiesSetSslCertificatesRequest.
Generated from protobuf message google.cloud.compute.v1.TargetHttpsProxiesSetSslCertificatesRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ssl_certificates |
array
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. |
getSslCertificates
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
Generated from protobuf field repeated string ssl_certificates = 366006543;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSslCertificates
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
Generated from protobuf field repeated string ssl_certificates = 366006543;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |