Show / Hide Table of Contents

Class ClusterPlacementGroup

Cluster Placement Groups lets you create resources in close proximity to one another to support low-latency networking use cases.

Inheritance
object
ClusterPlacementGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class ClusterPlacementGroup

Properties

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the Lustre file system.

In this article
Back to top