Class InstanceConfigInfo

  • Direct Known Subclasses:
    InstanceConfig

    public class InstanceConfigInfo
    extends Object
    Represents a Cloud Spanner instance config resource.
    • Method Detail

      • getId

        public InstanceConfigId getId()
        Returns the id of this instance config.
      • getDisplayName

        public String getDisplayName()
        Returns the display name of this instance config.
      • getReplicas

        public List<ReplicaInfo> getReplicas()
        The geographic placement of nodes in this instance configuration and their replication properties.
      • getLeaderOptions

        public List<String> getLeaderOptions()
        Allowed values of the default leader schema option for databases in instances that use this instance configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object