Google-Cloud-Sql-V1

 view release on metacpan or  search on metacpan

lib/Google/Cloud/Sql/V1/CloudSqlResources.pm  view on Meta::CPAN


=head1 NAME

Google::Cloud::Sql::V1::CloudSqlResources::SslCert - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Cloud::Sql::V1::CloudSqlResources;

    my $msg = Google::Cloud::Sql::V1::CloudSqlResources::SslCert->new(
        kind => $value,
    );

=head1 FIELDS

=over 4

=item * B<kind>

Type: String

=item * B<cert_serial_number>

Type: String

=item * B<cert>

Type: String

=item * B<create_time>

Type: Message (.google.protobuf.Timestamp)

=item * B<common_name>

Type: String

=item * B<expiration_time>

Type: Message (.google.protobuf.Timestamp)

=item * B<sha1_fingerprint>

Type: String

=item * B<instance>

Type: String

=item * B<self_link>

Type: String

=back

=cut

# === Message: Google::Cloud::Sql::V1::CloudSqlResources::SslCertDetail ===
    # Fields for SslCertDetail
    # Field: cert_info Type: 11 (.google.cloud.sql.v1.SslCert)
    # Field: cert_private_key Type: 9 ()

=pod

=head1 NAME

Google::Cloud::Sql::V1::CloudSqlResources::SslCertDetail - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Cloud::Sql::V1::CloudSqlResources;

    my $msg = Google::Cloud::Sql::V1::CloudSqlResources::SslCertDetail->new(
        cert_info => $value,
    );

=head1 FIELDS

=over 4

=item * B<cert_info>

Type: Message (.google.cloud.sql.v1.SslCert)

=item * B<cert_private_key>

Type: String

=back

=cut

# === Message: Google::Cloud::Sql::V1::CloudSqlResources::SqlActiveDirectoryConfig ===
    # Fields for SqlActiveDirectoryConfig
    # Field: kind Type: 9 ()
    # Field: domain Type: 9 ()
    # Field: mode Type: 14 (.google.cloud.sql.v1.SqlActiveDirectoryConfig.ActiveDirectoryMode)
    # Field: dns_servers Type: 9 ()
    # Field: admin_credential_secret_name Type: 9 ()
    # Field: organizational_unit Type: 9 ()

=pod

=head1 NAME

Google::Cloud::Sql::V1::CloudSqlResources::SqlActiveDirectoryConfig - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Cloud::Sql::V1::CloudSqlResources;

    my $msg = Google::Cloud::Sql::V1::CloudSqlResources::SqlActiveDirectoryConfig->new(
        kind => $value,
    );

=head1 FIELDS

=over 4

=item * B<kind>

Type: String

=item * B<domain>

Type: String

=item * B<mode>

Type: Enum (.google.cloud.sql.v1.SqlActiveDirectoryConfig.ActiveDirectoryMode)

=item * B<dns_servers>

Type: String

=item * B<admin_credential_secret_name>

Type: String

=item * B<organizational_unit>

Type: String

=back



( run in 0.731 second using v1.01-cache-2.11-cpan-8dfa8b56332 )