vcf-log-mgmt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vmware.sdk</groupId>
<artifactId>vcf-log-mgmt</artifactId>
<version>9.1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vmware.sdk</groupId>
<artifactId>vcf-log-mgmt</artifactId>
<version>9.1.0.0</version>
<name>vcf-log-mgmt</name>
<description>
The VCF Log Management module of the VMware Cloud Foundation SDK provides methods for log management and analytics capabilities.
It enables you to perform log operations and analyze data collected from physical, virtual, and cloud environments, supporting comprehensive visibility and troubleshooting across your infrastructure.
</description>
<url>https://vmware.com</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<organization>Broadcom Inc.</organization>
<id>vmware.sdk@broadcom.com</id>
<name>VCF Java SDK Team</name>
<email>vmware.sdk@broadcom.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/vmware/vcf-sdk-java.git</connection>
<developerConnection>scm:git:ssh://github.com/vmware/vcf-sdk-java.git</developerConnection>
<url>https://github.com/vmware/vcf-sdk-java</url>
</scm>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.vmware.vapi</groupId>
<artifactId>vapi-runtime</artifactId>
<version>9.1.0.0</version>
</dependency>
</dependencies>
</project>