CreatePlacementGroupRequest: {
    name?: string;
    organization?: string;
    policyMode?: PlacementGroupPolicyMode;
    policyType?: PlacementGroupPolicyType;
    project?: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name of the placement group.

  • Optionalorganization?: string

    Organization ID of the placement group.

    One-of ('projectIdentifier'): at most one of 'project', 'organization' could be set.

  • OptionalpolicyMode?: PlacementGroupPolicyMode

    Operating mode of the placement group.

  • OptionalpolicyType?: PlacementGroupPolicyType

    Policy type of the placement group.

  • Optionalproject?: string

    Project ID of the placement group.

    One-of ('projectIdentifier'): at most one of 'project', 'organization' could be set.

  • Optionaltags?: string[]

    Tags of the placement group.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.